File tree 1 file changed +6
-3
lines changed
pyomo/contrib/incidence_analysis
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -112,13 +112,16 @@ def spy_dulmage_mendelsohn(
112
112
Config options for ``IncidenceGraphInterface``
113
113
114
114
order: ``IncidenceOrder``, optional
115
- Order in which to plot sparsity structure
115
+ Order in which to plot sparsity structure. Default is
116
+ ``IncidenceOrder.dulmage_mendelsohn_upper`` for a block-upper triangular
117
+ matrix. Set to ``IncidenceOrder.dulmage_mendelsohn_lower`` for a
118
+ block-lower triangular matrix.
116
119
117
120
highlight_coarse: bool, optional
118
- Whether to draw a rectangle around the coarse partition
121
+ Whether to draw a rectangle around the coarse partition. Default True
119
122
120
123
highlight_fine: bool, optional
121
- Whether to draw a rectangle around the fine partition
124
+ Whether to draw a rectangle around the fine partition. Default True
122
125
123
126
skip_wellconstrained: bool, optional
124
127
Whether to skip highlighting the well-constrained subsystem of the
You can’t perform that action at this time.
0 commit comments