model_observer

Enums

Reason(value)

Classes

AutoUpdateConfig([description, doc, ...])

Control which parts of the model are automatically checked and/or updated upon re-solve

ModelChangeDetector(model, observers, **kwds)

This class "watches" a pyomo model and notifies the observers when any changes to the model are made (but only when ModelChangeDetector.update is called).

Observer()