diff --git a/examples/Data/QPExample.QPS b/examples/Data/QPExample.QPS new file mode 100644 index 000000000..d67c59e0a --- /dev/null +++ b/examples/Data/QPExample.QPS @@ -0,0 +1,21 @@ +NAME QP example +ROWS + N obj + G r1 + L r2 +COLUMNS + c1 r1 2.0 r2 -1.0 + c1 obj 1.5 + c2 r1 1.0 r2 2.0 + c2 obj -2.0 +RHS + rhs1 obj -4.0 + rhs1 r1 2.0 r2 6.0 +RANGES +BOUNDS + UP BOUNDS c1 20.0 +QUADOBJ + c1 c1 8.0 + c1 c2 2.0 + c2 c2 10.0 +ENDATA \ No newline at end of file