<div dir="ltr">OK, so do you suppose the best way is to write a matlab script that 
translates the problem instance into a .lp/.pip format and then run the 
shell to call it from matlab?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 9, 2017 at 2:01 PM, Stefan Vigerske <span dir="ltr"><<a href="mailto:stefan@math.hu-berlin.de" target="_blank">stefan@math.hu-berlin.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
the .lp format is quite easy to write and also understood by a number of other solvers. The .pip format is similar and a bit simpler, but understood by hardly any solver (other than SCIP), as far as I know.<br>
To use the AMPL SCIP interface, you might need an AMPL license, or write .nl files directly.<br>
<br>
There is also a matlab interface distributed with SCIP (see interfaces/matlab), but I don't know its current status.<br>
<br>
Stefan<div><div class="h5"><br>
<br>
<br>
On 08/09/2017 12:33 PM, Vyacheslav Kungurtsev wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hello,<br>
<br>
I am trying to find a solver (available via academic license at most) for<br>
nonconvex binary QPs. CPLEX requires the constraint quadratics to be<br>
positive semi-definite, so I stumbled on to SCIP after finding the OPTI<br>
toolbox. But the OPTI toolbox is apparently only available for Windows, so<br>
I figured directly installing scip to run in matlab should be possible, but<br>
unlike opti there is no matlab interface, apparently.<br>
<br>
I haven't heard of any of the formats specified in the SCIP documentation,<br>
are there any you would recommend as being straightforward to write a<br>
script to convert into the proper data format by printing appropriately<br>
from MATLAB problem data? I have heard it is possible to access it through<br>
ampl, but how would you run scip through the ampl mex?<br>
<br>
Thank you<br>
<br>
<br>
<br></div></div><span class="">
______________________________<wbr>_________________<br>
Scip mailing list<br>
<a href="mailto:Scip@zib.de" target="_blank">Scip@zib.de</a><br>
<a href="https://listserv.zib.de/mailman/listinfo/scip" rel="noreferrer" target="_blank">https://listserv.zib.de/mailma<wbr>n/listinfo/scip</a><br>
<br>
</span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
<br>
-- <br>
<a href="http://www.gams.com/~stefan" rel="noreferrer" target="_blank">http://www.gams.com/~stefan</a><br>
</font></span></blockquote></div><br></div>