xternal_mipsolver.c
Go to the documentation of this file.
30/*--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
36 * This very basic example illustrates how to integrate SCIP into your C++ source code. The SCIP header files are
37 * included from the directory which is denoted by SCIPDIR in the Makefile. If your SCIP headers are installed somewhere
38 * else, just change this link. Since this example is written in C++, objscip/objscip.h is included at the beginning of
39 * cppmain.cpp. It includes scip.h (which you would include when using SCIP as callable library in a C
40 * program). The main function shows how the SCIP_RETCODE can be caught and handled. In runSCIP(), you see how a SCIP