Skip to content

Commit 0b482ee

Browse files
FBumannclaude
andcommitted
fix: rename remaining add_piecewise_constraints reference after rebase
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 522fa6e commit 0b482ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_piecewise_constraints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ def test_three_variables(self) -> None:
585585
x = m.add_variables(name="x")
586586
y = m.add_variables(name="y")
587587
z = m.add_variables(name="z")
588-
m.add_piecewise_constraints(
588+
m.add_piecewise_formulation(
589589
(x, segments([[0, 10], [50, 100]])),
590590
(y, segments([[0, 5], [20, 80]])),
591591
(z, segments([[0, 3], [15, 60]])),

0 commit comments

Comments
 (0)