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