We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7437781 commit 309d3dfCopy full SHA for 309d3df
test/examples.jl
@@ -18,7 +18,7 @@ end
18
Sample linear program from here: https://www.youtube.com/watch?v=rzRZLGD_aeE
19
"""
20
function example2()
21
- A = [3 5 10; 5 2 8; 8 10 3]
+ A = [3 10 5; 5 2 8; 8 10 3]
22
b = [120; 6; 105]
23
c = [3; 4; 1]
24
return Tableau(A, b, c)
0 commit comments