IPyomoPresolveAction

(class from pyomo.scripting.interface)

class pyomo.scripting.interface.IPyomoPresolveAction[source]

Bases: Interface

__init__()

Methods

__init__()

presolve(instance)

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

rank()

Return an integer that is used to automatically order presolve actions, from low to high rank.

Member Documentation

presolve(instance)[source]

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

rank()[source]

Return an integer that is used to automatically order presolve actions, from low to high rank.