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 20b6624 commit 1aa06ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gurobi_optimods/mwis_mwc.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ def maximum_weighted_clique(adjacency_matrix, weights, **kwargs):
Returns
-------
Result
A data class representing the maximum weighted clique array and its weight
A data class representing the maximum weighted independent set array
and its weight
"""
check_input(adjacency_matrix, weights)
num_vertices, _ = adjacency_matrix.shape
Expand Down

0 comments on commit 1aa06ba

Please sign in to comment.