[Scip] CPLEX with SCIP

Gregor Hendel hendel at zib.de
Fri Mar 13 10:17:34 CET 2015


Dear Hüseyin,

welcome to the SCIP mailing list. I am not sure I completely understand 
what you intend to do. The SCIP-binary accepts
.lp-files as input just like CPLEX. Please refer to the list of readable 
file formats <http://scip.zib.de/doc/html/group__FILEREADERS.php> in the 
SCIP-documentation.
If you pass an instance in lp-format, SCIP tries to solve the instance 
as a whole.

So I guess, what you intend to do is some clever, but completely 
automatic decomposition of the instance. If I didn't want to code a 
line, I would have a look at GCG <http://www.or.rwth-aachen.de/gcg/>, 
which comes with the SCIP Optimization Suite.

Kind regards,
Gregor

Am 12.03.2015 um 20:08 schrieb Hüseyin Gencer:
> Hello,
>
> I am totally new with SCIP. I have a question: I am trying to solve a 
> large scale lp in CPLEX. I need to use branch and price method which 
> is possible in SCIP. But I have no idea about coding with a programing 
> language (in C, C++, python ..etc.).  Is it possible to use the CPLEX 
> lp format in SCIP or should I definitely code the lp in a programing 
> language? I really appreciate your helps.
>
> Best regards and many thanks in advance,
>
> Hüseyin
>
>
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> http://listserv.zib.de/mailman/listinfo/scip

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20150313/dc46c13a/attachment.html>


More information about the Scip mailing list