New to CVX.
Started with quickstart.m
Gives error:
Unable to use a value of type struct as an index.
Error in cvxprob/solve (line 429)
[ x, status, tprec, iters, y ] = shim.solve( At, b, c, cones, quiet, prec, solv.settings, eargs{:} );
Error in cvx_end (line 88)
solve( prob );
Error in quickstart (line 28)
cvx_end
Is it due to the following warning in the installation?
WARNING: The following files/directories are missing:
/Users/admin/Desktop/cvx/sedumi/.travis.yml
These omissions may prevent CVX from operating properly.
If not, what could be other implications of this warning?
How to solve the error?
Does it work with a different solver?
See the thread Internal cvx data corruption
Hi,
Thx.
I restarted Matlab and CVX. Solver seems to be working.
How to resolve the warning? What are its consequences?
WARNING: The following files/directories are missing:
/Users/admin/Desktop/cvx/sedumi/.travis.yml
These omissions may prevent CVX from operating properly.
As I wrote in that other thread:
I wouldn’t worry about
WARNING: The following files/directories are missing:
E:\work\hanhan\cvx\cvx\sedumi.travis.yml
Many (all?) people get that warning, with no apparent harm.
Ok thx
I just wanted to confirm the latest position.