Move model_builder under linear_solver
This commit is contained in:
6
ortools/linear_solver/testdata/small_model.lp
vendored
Normal file
6
ortools/linear_solver/testdata/small_model.lp
vendored
Normal 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;
|
||||
Reference in New Issue
Block a user