yoghadj / or-tools

Automatically exported from code.google.com/p/or-tools
0 stars 0 forks source link

how to compile scip library only with Visual studio 10? #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Hi, I don't know how to compile scip only with Visual studio 10, is there one 
way to solve this problem?

Original issue reported on code.google.com by jjq...@gmail.com on 22 Sep 2012 at 3:01

GoogleCodeExporter commented 9 years ago
Hello, 

I have the visual studio solution to compile SCIP under VS10.
Still, I need to write the makefile for it. It is on my TODO list.

Original comment by laurent....@gmail.com on 11 Mar 2013 at 10:58

GoogleCodeExporter commented 9 years ago
This is now supported, 

Please add scipoptsuite.3.0.1.tgz in dependencies/archives
save Makefile.local, delete it and run again make third_party (please note that 
the glpk version is likely to have changed).

Now, update the python and java paths in Makefile.local from the saved file, 
run:
  make clean
  make all

And 
  bin\integer_programming.exe

It should show running with SCIP and thus indicates that SCIP support is 
compiled.

Thanks

Original comment by laurent....@gmail.com on 21 Apr 2013 at 5:21

GoogleCodeExporter commented 9 years ago
sorry, would you give me more detail how to create VS10 project about SCIP or 
send me the whole project? 

Best Regards
jiang.j.q

Original comment by jjq...@gmail.com on 24 Nov 2013 at 12:05

GoogleCodeExporter commented 9 years ago
I am also interested in details to créate VS10 Project using the SCIP library, 
or receiving a whole VS10 Project as an example. Thanks,  jjsalaza @ ull . es

Original comment by jjsalaza...@gmail.com on 26 Nov 2013 at 12:59

GoogleCodeExporter commented 9 years ago
BTW, you can download the libraries directly from the zib website.
You just need to extract the headers from the source distribution.

--Laurent

Original comment by laurent....@gmail.com on 19 Dec 2013 at 1:20