(data from pyomo.contrib.incidence_analysis.config)
pyomo.contrib.incidence_analysis.config
Options for incidence graph generation
include_fixed – Flag indicating whether fixed variables should be included in the incidence graph
include_fixed
linear_only – Flag indicating whether only variables that participate linearly should be included.
linear_only
method – Method used to identify incident variables. Must be a value of the IncidenceMethod enum.
method
IncidenceMethod
_ampl_repn_visitor – Expression visitor used to generate AMPLRepn of each constraint. Must be an instance of AMPLRepnVisitor. This option is constructed automatically when needed and should not be set by users!
_ampl_repn_visitor
AMPLRepn
AMPLRepnVisitor