[SCIP] Using fscip from own code

Nick Röder nick.roeder at scai.fraunhofer.de
Thu Oct 11 09:37:14 CEST 2018


Hello,

I have managed to successfully compile fiberscip with Visual Studio 
2017. Now I am left wondering if I can easily create a parallel solver 
from my own code by linking against fscip, or if it is intended to run 
as its own application only.

I saw that most functions in fscip seem to take argc and argv 
parameters, i.e. are intended to be called from main, and it does not 
seem to have any usable interface.

If it is indeed the case that fscip is currently only intended as a 
stand-alone excutable, do you plan to provide an API for it later, when 
it is out of its beta phase?

Otherwise, is using fscip even preferable to using SCIP single-threaded 
at the moment?

Thanks in advance

Nick Röder



More information about the Scip mailing list