From 9ef9a9a1c2e2319358fb164bc18a8a0efb23893b Mon Sep 17 00:00:00 2001 From: CJ East Date: Mon, 12 Jan 2015 23:53:51 +1100 Subject: Minor fixes for examples --- packages/glpk/examples/simplex3.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/glpk/examples/simplex3.hs') diff --git a/packages/glpk/examples/simplex3.hs b/packages/glpk/examples/simplex3.hs index e093124..0997320 100644 --- a/packages/glpk/examples/simplex3.hs +++ b/packages/glpk/examples/simplex3.hs @@ -11,7 +11,7 @@ constr = Dense , [0.03, 0.05, 0.08, 0.02, 0.06, 0.01, 0] :<=: 100 , [0.02, 0.04, 0.01, 0.02, 0.02, 0, 0] :<=: 40 , [0.02, 0.03, 0, 0, 0.01, 0, 0] :<=: 30 - , [0.7, 0.75, 0.8, 0.75, 0.8, 0.97, 0] :=>: 1500 + , [0.7, 0.75, 0.8, 0.75, 0.8, 0.97, 0] :>=: 1500 , [0.02, 0.06, 0.08, 0.12, 0.02, 0.01, 0.97] :&: (250,300) ] -- cgit v1.2.3