summaryrefslogtreecommitdiff
path: root/tests/general_tests/symphonymat/symphonymat_infeasible.sce
blob: 0f73480d7a4a779a0fe540f92bd7701ef583b509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Infeasible problem
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);