<div dir="ltr">Hi, <div><br></div><div>Thanks all for your help. </div><div><br></div><div>I am trying to solve the same IP model with fscip from command line on the terminal of macbook.</div><div><br></div><div>     fscip  scip_parameter_file.txt  My_ip_model.lp</div><div><br></div><div>I tried to set a MIP gap in the scip_parameter_file.txt like</div><div>     -gap = 5</div><div><br></div><div>but, I got error:</div><div><br></div><div>     Unknown parameter <-gap></div><div><br></div><div>Could you please let me know how to set it correctly ? </div><div><br></div><div>Thanks,</div><div><br></div><div>David</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 29, 2020 at 2:28 AM Marc Pfetsch <<a href="mailto:pfetsch@mathematik.tu-darmstadt.de">pfetsch@mathematik.tu-darmstadt.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
Hi David,<br>
<br>
let me add to Ambros' answer:<br>
<br>
If you run a problem in the command line and the problem turns out to be<br>
infeasible, you can do "change minuc". This will set up a problem that<br>
tries to minimize the number of unsatisfied constraints (i.e., it<br>
essentially does what Ambros explained below, but uses indicator<br>
constraints).<br>
<br>
>From the output you can sometimes guess what the problem is (if the<br>
problem can be solved).<br>
<br>
Best<br>
<br>
Marc<br>
<br>
On 29/04/2020 10:21, Ambros Gleixner wrote:<br>
> Hi David,<br>
> <br>
> I am happy you are so excited about the SCIP Optimization Suite. Because<br>
> there are many people subscribed to this mailing list, can you please in<br>
> the future make sure to collect all relevant information first and<br>
> report them in one e-mail at a time.  Otherwise, we are not even sure,<br>
> which question is still relevant.<br>
> <br>
> Now, e.g., has the infeasibility problem already been resolved?  SCIP<br>
> currently has no powerful method to analyze infeasibilities.  However,<br>
> you could build your own slack model by either adding<br>
> <br>
> - a continuous slack variable to each of your suspicious constraints, or<br>
> <br>
> - convert them into a big-M constraint with an auxiliary binary<br>
> activation variable,<br>
> <br>
> and then minimize the sum of slacks or binaries.  The solution to such<br>
> an auxiliary MIP may give you good hints on modeling errors.<br>
> <br>
> FiberSCIP can currently not be used through the Java interface, but you<br>
> could use the SCIPwriteOrigProblem method to write a MPS file of your<br>
> Java model, and then solve it on the command line with FiberSCIP, see<br>
> the ug/README file in the SCIP Optimization Suite release.<br>
> <br>
> Best,<br>
> Ambros<br>
> <br>
> <br>
> <br>
> Am 29.04.20 um 08:36 schrieb usa usa:<br>
>> Hi,<br>
>><br>
>> I am trying to solve an Integer programming model by running<br>
>> java scip from IntelliJ Idea (community 2019.2) on macbook pro.<br>
>><br>
>> My java is 11.<br>
>> My scipoptsuite: 6.0.2.<br>
>> My jscip cheked out from <a href="https://github.com/SCIP-Interfaces/JSCIPOpt" rel="noreferrer" target="_blank">https://github.com/SCIP-Interfaces/JSCIPOpt</a><br>
>><br>
>> My integer programming model took long time to be solved by SCIP solver.<br>
>><br>
>> Based on this<br>
>> <a href="https://scip.zib.de/workshop2014/parascip_libraries.pdf" rel="noreferrer" target="_blank">https://scip.zib.de/workshop2014/parascip_libraries.pdf</a><br>
>><br>
>> I would like to find how to use FiberSCIP to improve the performance.<br>
>><br>
>> Could anyone help me with this or point out some docs that may be<br>
>> helpful?<br>
>><br>
>> thanks<br>
>><br>
>> David<br>
>><br>
>><br>
>><br>
>> _______________________________________________<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/mailman/listinfo/scip</a><br>
>><br>
> <br>
_______________________________________________<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/mailman/listinfo/scip</a><br>
</blockquote></div>