(class from pyomo.scripting.interface)
pyomo.scripting.interface
Bases: Interface
Interface
Methods
__init__()
__init__
activate_action(action)
activate_action
Activate an action, but leave its default rank
deactivate_action(action)
deactivate_action
Deactivate an action
get_actions()
get_actions
Return a list of presolve actions, in the order in which they will be applied.
presolve(instance)
presolve
Apply the presolve actions to this instance, and return the revised instance
set_actions(actions)
set_actions
Set presolve action list
Member Documentation