From 1aa06bad54ec10a7fd7ddf72158a434919609d9e Mon Sep 17 00:00:00 2001 From: aramon Date: Tue, 28 Nov 2023 00:13:56 -0800 Subject: [PATCH] docstring fix --- src/gurobi_optimods/mwis_mwc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gurobi_optimods/mwis_mwc.py b/src/gurobi_optimods/mwis_mwc.py index 5bfca4d3..d4f68720 100644 --- a/src/gurobi_optimods/mwis_mwc.py +++ b/src/gurobi_optimods/mwis_mwc.py @@ -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