Skip to content

Commit 89a1b1d

Browse files
committed
add test data
test input data with an infeasible dataset to test the initialization of the simplex algorithm
1 parent e7566dc commit 89a1b1d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Simplex/test_data

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
4 2
2+
3 4 5 6
3+
1 2
4+
-2.0 4.0 -2.0 4.0
5+
2.0 -1.0
6+
0.0 -1.0
7+
-1.0 2.0
8+
-1.0 0.0
9+
0.0 1.0 2.0

0 commit comments

Comments
 (0)