[SCIP] Looking for a C++ example of using SCIP as a MIP solver

Stefan Vigerske stefan at math.hu-berlin.de
Thu Sep 13 10:23:05 CEST 2018


Hi,

as far as I remember, there is no example for exactly this purpose.
There are examples to setup (MI)NLP problems in-memory:
http://scip.zib.de/doc/html/CALLABLELIBRARY_MAIN.php
They often also include linear constraints, so you could look at these 
and ignore the nonlinear stuff.

Stefan


On 9/12/18 9:36 PM, Daniel Grace wrote:
> Hi,
> 
> I'm new to SCIP and I am looking for an in memory C++ example of using SCIP
> as a MIP solver i.e. where a MIP problem is described with arrays in memory
> and then SCIP is called to solve the problem.
> 
> Thanks
> 
> 
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> https://listserv.zib.de/mailman/listinfo/scip
> 



More information about the Scip mailing list