Skip to content

Commit

Permalink
fix typo in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbybp committed Nov 24, 2023
1 parent e458b58 commit e634fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/incidence_analysis/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ def dulmage_mendelsohn(self, variables=None, constraints=None):
>>> matching = list(zip(
... vdmp.underconstrained + vdmp.square + vdmp.overconstrained,
... cdmp.underconstrained + cdmp.square + cdmp.overconstrained,
>>> ))
... ))
>>> # matching is a valid maximum matching of variables and constraints!
Returns
Expand Down

0 comments on commit e634fde

Please sign in to comment.