This repository contains data and scripts for reproducing the computational experiments presented in Section 7 of the paper Design and implementation of a modular interior-point solver for linear optimization (pre-print here).
- Download and install Julia (version 1.3 or above)
- Clone this repository
- Download and install Gurobi
- Download and install Julia packages
julia --project -e 'using Pkg; Pkg.instantiate();'
To run the same set of experiments as in the paper, do the following:
- Ensure the directories
exp/log
andexp/rmp
exist and are empty. - Run individual jobs as follows:
julia --project exp/colgen_grb.jl 24 1024