Hi,
i'd like to use scip as solver for some test.
I created a folder and i copied inside the free software downloaded from scip's website. Then I added such folder to my path (as matlablroot,'/toolbox/scipFolder:' in the pathdef.m file)
Inside Matlab i typed
options = sdpsettings('solver','scip')
a = intvar(1,1)
optimize( [ ], a>=0, options)
but the results is a message "Solver not found"
Could you please suggest me a fix?