cc_staff
1,857
edits
mNo edit summary |
mNo edit summary |
||
Line 77: | Line 77: | ||
<!--T:73--> | <!--T:73--> | ||
The following slurm script utilizes the [https://www.gurobi.com/documentation/9.5/quickstart_linux/solving_the_model_using_th.html Gurobi command-line interface] to solve a [https://www.gurobi.com/documentation/9.5/quickstart_linux/solving_a_simple_model_the.html simple coin production model] written in [https://www.gurobi.com/documentation/9.5/refman/lp_format.html LP format]. The last line demonstrates how [https://www.gurobi.com/documentation/9.5/refman/parameters.html parameters] can be specified to the Gurobi command-line tool <code>gurobi_cl</code> through command line arguments. For help selecting | The following slurm script utilizes the [https://www.gurobi.com/documentation/9.5/quickstart_linux/solving_the_model_using_th.html Gurobi command-line interface] to solve a [https://www.gurobi.com/documentation/9.5/quickstart_linux/solving_a_simple_model_the.html simple coin production model] written in [https://www.gurobi.com/documentation/9.5/refman/lp_format.html LP format]. The last line demonstrates how [https://www.gurobi.com/documentation/9.5/refman/parameters.html parameters] can be specified to the Gurobi command-line tool <code>gurobi_cl</code> through the use of simple command line arguments. For help selecting which [https://www.gurobi.com/documentation/9.5/refman/parameters.html parameters] are best used for a particular problem and then choosing optimal values see the <i>Performance and Parameters</i> & <i>Algorithms and Search</I> sections found in the Gurobi [https://support.gurobi.com/hc/en-us/categories/360000840331-Knowledge-Base Knowledge Base] as well as the Online [https://www.gurobi.com/documentation/ Documentation]. | ||
{{File | {{File | ||
|name=script-lp_coins.sh | |name=script-lp_coins.sh |