__init__(**kwds)
|
|
add_block(block)
|
Add a block to the model. |
add_constraints(cons)
|
Add constraints to the model. |
add_parameters(params)
|
|
add_sos_constraints(cons)
|
|
add_variables(variables)
|
|
api_version()
|
Return the public API supported by this interface. |
available()
|
Test if the solver is available on this system. |
is_persistent()
|
|
remove_block(block)
|
Remove a block from the model. |
remove_constraints(cons)
|
Remove constraints from the model. |
remove_parameters(params)
|
|
remove_sos_constraints(cons)
|
|
remove_variables(variables)
|
|
set_instance(model)
|
Set an instance of the model. |
set_objective(obj)
|
Set current objective for the model. |
solve(model, **kwds)
|
Solve a Pyomo model. |
update([timer])
|
|
update_parameters()
|
Update parameters on the model. |
update_variables(variables)
|
Update variables on the model. |
version()
|
Return the solver version found on the system. |