@@ -180,14 +180,14 @@ def binary(self, shape: None | _ShapeLike = None,
180180 each variable). Non-boolean values are rounded down to the domain
181181 [0,1]. If None, the default value of 1 is used.
182182 subject_to (optional): Axis-wise bounds for the symbol. Must be an
183- array of tuples or lists . Each tuple/list is of the form:
184- (axis, operator(s), bound(s)) where `axis` (int) is the axis in
185- which to apply the bound, `operator(s)` (str | array[str]) is
186- the operator(s) ("<=", "== ", or ">=") defined per hyperslice or
187- for all hyperslice along the bound axis, and `bound(s)` (float
188- | array[float]) is the bound(s) defined per hyperslice or for
189- all hyperslice along the bound axis. If provided, the sum of
190- the values within each hyperslice along each bound axis will
183+ array of tuples. Each tuple is of the form: (axis, operator(s),
184+ bound(s)) where `axis` (int) is the axis to apply the bound(s),
185+ `operator(s)` (str | array[str]) is the operator(s) ("<=",
186+ "== ", or ">=") defined for all hyperslice or per hyperslice
187+ along the bound axis, and `bound(s)` (float | array[float]) is
188+ the bound(s) defined for all hyperslice or per hyperslice
189+ hyperslice along the bound axis. If provided, the sum of the
190+ values within each hyperslice along each bound axis will
191191 satisfy the axis-wise bounds. Note: At most one axis-wise bound
192192 may be provided.
193193
@@ -530,14 +530,14 @@ def integer(
530530 each variable). Non-integer values are down up. If None, the
531531 default value is used.
532532 subject_to (optional): Axis-wise bounds for the symbol. Must be an
533- array of tuples or lists . Each tuple/list is of the form:
534- (axis, operator(s), bound(s)) where `axis` (int) is the axis in
535- which to apply the bound, `operator(s)` (str | array[str]) is
536- the operator(s) ("<=", "== ", or ">=") defined per hyperslice or
537- for all hyperslice along the bound axis, and `bound(s)` (float
538- | array[float]) is the bound(s) defined per hyperslice or for
539- all hyperslice along the bound axis. If provided, the sum of
540- the values within each hyperslice along each bound axis will
533+ array of tuples. Each tuple is of the form: (axis, operator(s),
534+ bound(s)) where `axis` (int) is the axis to apply the bound(s),
535+ `operator(s)` (str | array[str]) is the operator(s) ("<=",
536+ "== ", or ">=") defined for all hyperslice or per hyperslice
537+ along the bound axis, and `bound(s)` (float | array[float]) is
538+ the bound(s) defined for all hyperslice or per hyperslice
539+ hyperslice along the bound axis. If provided, the sum of the
540+ values within each hyperslice along each bound axis will
541541 satisfy the axis-wise bounds. Note: At most one axis-wise bound
542542 may be provided.
543543
0 commit comments