Skip to content

Commit

Permalink
docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maliheha committed Nov 28, 2023
1 parent 9b25c6d commit 20b6624
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gurobi_optimods/mwis_mwc.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def maximum_weighted_independent_set(adjacency_matrix, weights, *, create_env):
Returns
-------
Result
A data class representing the maximum weighted independent set array
and its weight
"""
Expand Down Expand Up @@ -95,6 +96,7 @@ def maximum_weighted_clique(adjacency_matrix, weights, **kwargs):
Returns
-------
Result
A data class representing the maximum weighted clique array and its weight
"""
check_input(adjacency_matrix, weights)
Expand Down

0 comments on commit 20b6624

Please sign in to comment.