diff options
Diffstat (limited to 'tests/general_tests/symphonymat/symphonymat_infeasible.sce')
-rw-r--r-- | tests/general_tests/symphonymat/symphonymat_infeasible.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/general_tests/symphonymat/symphonymat_infeasible.sce b/tests/general_tests/symphonymat/symphonymat_infeasible.sce new file mode 100644 index 0000000..ed393e9 --- /dev/null +++ b/tests/general_tests/symphonymat/symphonymat_infeasible.sce @@ -0,0 +1,5 @@ +// Infeasible problem +C = -1 * [1 1]' +A = [-1 0; 0, -1; 1 1] +b = [-6 -6 11] +[xopt, fopt, exitflag, output] = symphonymat(C,1,A,b); |