__init__(model, err_msg)
|
|
get_duals([cons_to_load])
|
Returns a dictionary mapping constraint to dual value. |
get_number_of_solutions()
|
The number of solutions available through this SolutionLoader |
get_reduced_costs([vars_to_load])
|
Returns a ComponentMap mapping variable to reduced cost. |
get_solution_ids()
|
Return the list of available solution identdiers. |
get_vars([vars_to_load])
|
Returns a ComponentMap mapping variable to var value. |
load_import_suffixes()
|
Clear import suffixes on the model and load data returned by the solver. |
load_solution()
|
Load the solution (everything that can be) back into the model |
load_vars([vars_to_load])
|
Load the primal variable values at the solution into the Pyomo model Var objects |
solution(solution_id)
|
Return a view object that can be used to access a specific solution |