reset;
reset options;

option solver ipopt64.exe;
#option solver minos.exe;
model m2csp.mod;
solve;

printf "\nTight constraints:\n\n";
# display all tight constraints, their shadow prices, their clack, and the value on the left of the (in)equality
display {j in 1.._ncons: _con[j].slack<1e-7} (_conname[j],_con[j].slack,_conname[j].body);

printf "Values of variables:\n\n";
# display all variables, their values, (and their reduced costs)
display _varname,_var; #,_var.rc;

printf "Running time: 2^(%11.6f*m)\n", We;

Resource created Thursday 20 August 2015, 01:40:00 PM.

file: m2csp.run


Back to top

COMP6741 15s2 (Parameterized and Exact Computation) is powered by WebCMS3
CRICOS Provider No. 00098G