summaryrefslogtreecommitdiff
path: root/tests/general_tests/linprog/linprog_zeros1.sce
diff options
context:
space:
mode:
authorHarpreet2016-01-29 16:38:03 +0530
committerHarpreet2016-01-29 16:38:03 +0530
commitf7c5cbc61d5b52c749824298cfa39a95db2d879c (patch)
tree27aafcca0159b7b3bb2926ff3a9c6c25834980d2 /tests/general_tests/linprog/linprog_zeros1.sce
parent2db803c34c6df02379ec88df3a7aa186700d9fbf (diff)
downloadsymphony-f7c5cbc61d5b52c749824298cfa39a95db2d879c.tar.gz
symphony-f7c5cbc61d5b52c749824298cfa39a95db2d879c.tar.bz2
symphony-f7c5cbc61d5b52c749824298cfa39a95db2d879c.zip
linprog general tests added
Diffstat (limited to 'tests/general_tests/linprog/linprog_zeros1.sce')
-rw-r--r--tests/general_tests/linprog/linprog_zeros1.sce30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/general_tests/linprog/linprog_zeros1.sce b/tests/general_tests/linprog/linprog_zeros1.sce
new file mode 100644
index 0000000..fffc6b5
--- /dev/null
+++ b/tests/general_tests/linprog/linprog_zeros1.sce
@@ -0,0 +1,30 @@
+// Check for elements all zeros
+c=[-1,-1/3]'
+A=[1,1;1,1/4;1,-1;-1/4,-1;-1,-1;-1,1]
+b=[2,1,2,1,-1,2]
+Aeq=[1,1/4]
+beq=[1/2]
+
+//Output
+//Optimal Solution.
+// lambda =
+//
+// reduced_cost: 0
+// ineqlin: 0
+// eqlin: [0x0 constant]
+// output =
+//
+// Iterations: 4
+// constrviolation: 0
+// exitflag =
+//
+// 0.
+// fopt =
+//
+// 0.
+// xopt =
+//
+// 0.
+
+[xopt,fopt,exitflag,output,lambda]=linprog(0,0,0)
+