Skip to content

Commit 065b422

Browse files
committed
update docstring
1 parent 6b94db6 commit 065b422

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: pyomo/contrib/incidence_analysis/visualize.py

+6-3
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,16 @@ def spy_dulmage_mendelsohn(
112112
Config options for ``IncidenceGraphInterface``
113113
114114
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.
116119
117120
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
119122
120123
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
122125
123126
skip_wellconstrained: bool, optional
124127
Whether to skip highlighting the well-constrained subsystem of the

0 commit comments

Comments
 (0)