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

get_actions()

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

activate_action(action)[source]

Activate an action, but leave its default rank

deactivate_action(action)[source]

Deactivate an action

get_actions()[source]

Return a list of presolve actions, in the order in which they will be applied.

presolve(instance)[source]

Apply the presolve actions to this instance, and return the revised instance

set_actions(actions)[source]

Set presolve action list