*** AMPL models for the unit commitment problem *** * to run the complete set of benchmarks, use the script 'run.sh' * specific models may be solved with: $ ampl run_lin.run $ ampl run_quad.run $ ... the data file should copied to 'run.dat' * the quadratic models do not need a .run file; they may be solve with, e.g.: $ ampl ampl: model unit_commit_quad.mod ampl: data DATA/u10t24.dat ampl: option solver cplexamp; ampl: solve;