/*command to execute: batch("min_lp.mac")*/ load(simplex); U : [ x1 >=0, x2 >=0 , 2*x1 + x2 >= 4]; Z : 3*x1 + 2*x2 ; minimize_lp(Z,U);