summaryrefslogtreecommitdiff
path: root/tests/general_tests/ecos/ecos_unbounded.sce
blob: b28daeecb1fe125063d752ac7033884eda37d9da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
c = [1 1];
G = [
	-1 0;
	-1 0
    ];
h = [0 0]';

l = [2];
q = [];
e = []
dims=list("l",l,"q",q,"e",e)
[x,y,s,z,info,status] =ecos(c,G,h,dims);