Move model_builder under linear_solver

This commit is contained in:
Laurent Perron
2022-09-12 11:28:52 +02:00
parent a93c57b707
commit 81b31ff24b
62 changed files with 2769 additions and 342 deletions

View File

@@ -0,0 +1,6 @@
min: x + y;
bin: b1, b2, b3;
1 <= x <= 42;
constraint_num1: 5 b1 + 3b2 + x <= 7;
4 y + b2 - 3 b3 <= 2;
constraint_num2: -4 b1 + b2 - 3 z <= -2;