[SCIP] Combining GCG and java

Benjamin Müller benjamin.mueller at zib.de
Tue Jan 8 10:09:06 CET 2019


Dear Omidi,

here is how you can use GCG in JSCIPOpt (the Java interface of SCIP):

	1. download the SCIP Optimization Suite 6.0 and apply patch for GCG 
(https://scip.zib.de/download/bugfixes/scip-6.0.0/scipoptsuite-6.0.0_patch01.tgz)
	2. compile the Optimization Suite following the instructions in the 
INSTALL of JSCIPOpt
	3. replace find_package(SCIP REQUIRED CONFIG) with find_package(GCG 
REQUIRED CONFIG) in JSCIPOpt/CMakeLists.txt
	4. use GCG_DIR instead of SCIP_DIR when compiling JSCIPOpt

I just tested it and it works fine.

Best regards,
Benjamin


On 1/7/19 11:52 AM, abbas omidi wrote:
> Hello everybody,
> 
> I want to connect SCIP-GCG and java. I'm new in SCIP. I read documents 
> but I can't find any related support about that. Only in the GitHub, 
> there are some documents.
> I downloaded SCIP-suite-6 for win 64. I think (generally) SCIP such as 
> other optimization tools, must have a java lib for use in the Java IDE.
> 
> Would you please, say that how can I find any details document for using 
> GCG and java and how can I install it?
> 
> Best regards
> Omidi. A
> 
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> https://listserv.zib.de/mailman/listinfo/scip
> 

-- 
______________________________
Benjamin Müller
Zuse Institute Berlin
Takustr. 7, 14195 Berlin
benjamin.mueller at zib.de
+49 30 841 85-195


More information about the Scip mailing list