Skip to content

Commit 7b37765

Browse files
committed
Merge branch 'v1.1.x'
2 parents 97e9c71 + 0eae08c commit 7b37765

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/advanced.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ function of the Gurobi model.
5151
... constrs.append(constr)
5252
>>> indicators = pd.Series(index=df.index, data=constrs, name="ind")
5353

54-
The resulting ``indicators`` series stores the indicator constraint objects.
54+
The resulting ``indicators`` series stores the newly added indicator constraint
55+
objects.
5556

5657
SOS Constraints
5758
---------------
@@ -93,4 +94,4 @@ rows, creating a constraint for each row. To iterate over rows efficiently, use
9394
... cs.append(c)
9495
>>> sos = pd.Series(index=df.index, data=cs, name="sos")
9596

96-
The resulting ``sos`` series captures the newly added SOS constraint objects.
97+
The resulting ``sos`` series stores the newly added SOS constraint objects.

0 commit comments

Comments
 (0)