summaryrefslogtreecommitdiff
path: root/tests/general_tests/symphonymat/symphonymat_infeasible.sce
blob: ed393e9a19833a7ca9b6a1ff4d8c96c748132a68 (plain)
1
2
3
4
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);