__init__(solver)
|
|
get_duals([cons_to_load])
|
Returns a dictionary mapping constraint to dual value. |
get_primals([vars_to_load, solution_number])
|
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. |
invalidate()
|
|
load_vars([vars_to_load, solution_number])
|
Load the solution of the primal variables into the value attribute of the variables. |