IncidenceConfig
(data from pyomo.contrib.incidence_analysis.config)
- 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 graphlinear_only– Flag indicating whether only variables that participate linearly should be included.method– Method used to identify incident variables. Must be a value of theIncidenceMethodenum._ampl_repn_visitor– Expression visitor used to generateAMPLRepnof each constraint. Must be an instance ofAMPLRepnVisitor. This option is constructed automatically when needed and should not be set by users!