Incidence Options

Configuration options for incidence graph generation

pyomo.contrib.incidence_analysis.config.IncidenceConfig = <pyomo.common.config.ConfigDict object>

Options for incidence graph generation

  • include_fixed – Flag indicating whether fixed variables should be included in the incidence graph
  • linear_only – Flag indicating whether only variables that participate linearly should be included. Note that these are included even if they participate nonlinearly as well
  • method – Method used to identify incident variables. Must be a value of the IncidenceMethod enum.
class pyomo.contrib.incidence_analysis.config.IncidenceMethod(value)[source]

Methods for identifying variables that participate in expressions

identify_variables = 0

Use pyomo.core.expr.visitor.identify_variables

standard_repn = 1

Use pyomo.repn.standard_repn.generate_standard_repn