From 7ebe12b4a75a1f5bf39f1c5373d9772085d7d430 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 15 May 2016 16:44:23 -0400 Subject: [PATCH] Added missing QP Example Data --- examples/Data/QPExample.QPS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 examples/Data/QPExample.QPS 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