summaryrefslogtreecommitdiff
path: root/tests/general_tests/symphonymat/symphonymat_infeasible.sce
diff options
context:
space:
mode:
authorHarpreet2015-12-29 00:38:48 +0530
committerHarpreet2015-12-29 00:38:48 +0530
commiteb9ca1191c94059cd7adcf69805906c809fe9712 (patch)
treef98e728341812b8a0eb46aa4159b062a22225f05 /tests/general_tests/symphonymat/symphonymat_infeasible.sce
parent0eee95dfb1edec6ce52ec3065a3adb1bf169c9f9 (diff)
downloadFOSSEE-Optimization-toolbox-eb9ca1191c94059cd7adcf69805906c809fe9712.tar.gz
FOSSEE-Optimization-toolbox-eb9ca1191c94059cd7adcf69805906c809fe9712.tar.bz2
FOSSEE-Optimization-toolbox-eb9ca1191c94059cd7adcf69805906c809fe9712.zip
Bugs fixed 4
Diffstat (limited to 'tests/general_tests/symphonymat/symphonymat_infeasible.sce')
-rw-r--r--tests/general_tests/symphonymat/symphonymat_infeasible.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/general_tests/symphonymat/symphonymat_infeasible.sce b/tests/general_tests/symphonymat/symphonymat_infeasible.sce
index ed393e9..0f73480 100644
--- a/tests/general_tests/symphonymat/symphonymat_infeasible.sce
+++ b/tests/general_tests/symphonymat/symphonymat_infeasible.sce
@@ -2,4 +2,12 @@
C = -1 * [1 1]'
A = [-1 0; 0, -1; 1 1]
b = [-6 -6 11]
+
+//Output
+//Problem loaded into environment.
+//Note: There is no limit on time.
+//This problem is infeasible.
+
[xopt, fopt, exitflag, output] = symphonymat(C,1,A,b);
+
+