[Scip] do I need to change "scip.h"?

Xiangyong Li lixiangyong at 163.com
Mon May 26 10:26:25 CEST 2014


Dear all,

I installed SCIP in C:\SCIP where there are three folder: bin, include, and lib.

I want to run the coloring example provided by the SCIP-optsuite.  

It cannot run because the code cannot find some header files. For example, the example included "scip/scip.h".  I changed it to "C:/scip/include/scip/scip.h".

But again it showed it cannot find files included in header file scip.h such as "

#include "scip/def.h"
#include "blockmemshell/memory.h"
#include "scip/type_retcode.h"
#include "scip/type_result.h"
#include "scip/type_clock.h"
#include "scip/type_misc.h"
#include "scip/type_timing.h"
#include "scip/type_paramset.h"
#include "scip/type_event.h
.........................
"

Do I need to change scip.h to specify where these .h files exist? Or is there any wrong in installing SCIP?


Thanks,



Li

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


More information about the Scip mailing list