__init__()
|
|
get_duals([cons_to_load])
|
Returns a dictionary mapping constraint to dual value. |
get_primals([vars_to_load])
|
Returns a ComponentMap mapping variable to var value. |
get_reduced_costs([vars_to_load])
|
Returns a ComponentMap mapping variable to reduced cost. |
get_slacks([cons_to_load])
|
Returns a dictionary mapping constraint to slack. |
load_vars([vars_to_load])
|
Load the solution of the primal variables into the value attribute of the variables. |