"Source: Text/Opt/LP.text";
"Line: 147";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Opt/LP.text, line: 147
// Example: H173E2 ()
print "Example: H173E2";
ei := GetEchoInput();
SetEchoInput(true);
R := RealField( );          
lhs := Matrix(R, 1, 7, [3534, 2356, 2767, 589, 528, 451, 304]);
rhs := Matrix(R, 1, 1, [119567]);
rel := Matrix(R, 1, 1, [-1]);
obj := Matrix(R, 1, 7, [592, 381, 273, 55, 48, 37, 23]);
MaximalSolution(lhs, rel, rhs, obj);
MaximalIntegerSolution(lhs, rel, rhs, obj);
MaximalZeroOneSolution(lhs, rel, rhs, obj);
SetEchoInput(ei);
