This supplement contains the source code and data for the paper "Computing in Operations Research using Julia" by M. Lubin and I. Dunning. The code corresponding to each section of the paper is separated by directory. See the individual directories for further instructions. Julia installation instructions: Julia is presently under rapid development. Future changes in syntax could cause the attached code to break. For maximum compatibility, we recommend building Julia from source using the precise instructions and version recorded below (0.2 pre-release). These instructions are valid for Linux and OS X systems; Windows is supported but requires additional steps to compile. 1) git clone git://github.com/JuliaLang/julia.git 2) cd julia 3) git checkout v0.2.0 4) make Unfortunately, the build process relies on many external packages and URLs. It cannot be expected to work indefinitely, even if github.com remains available. We successfully tested the above instructions in July 2013 on Ubuntu Linux release 13.04. We intend to maintain updated versions of JuMP (Section 2) and the simplex benchmarks (Section 4) to be compatible with new releases of Julia, see these directories for further details. Change Log: May 2013: Initial version July 2013: Renamed MathProg to JuMP, copied updated packages, and update Julia version. November 2013: Update to Julia v0.2, JuMP v0.1.2, and MathProgBase v0.1.1.