Numerical experiments for the paper "On the optimal objective value of the random linear programs": https://arxiv.org/pdf/2401.17530.pdf.
Gurobi is used to sample the random LPs. There is a shell script corresponding to each subsection of the numerical experiments in the paper.
Simple Build:
mkdir build
cd build
cmake ..
make