<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
</div>
<span>Hello Everyone,<br>
</span>
<div><br>
</div>
<div><br>
</div>
<div>I had never used SCIP before and I am hoping to use it for branch and price. I had never used CPLEX before and I am mostly familiar with GuROBi (I currently have my "column generation" Framework in GuRoBi) but I am facing lot of issues in trying to compile
 SCIP using GuRoBi as an LP solver.  <br>
</div>
<div><br>
</div>
<div>I compile using <br>
</div>
<div><br>
</div>
<div>make LPS=grb ZIMPL=false<br>
</div>
<div><br>
</div>
<div>I am facing issues at these following areas:<br>
</div>
<div><br>
</div>
<div>> Enter soft-link target file or directory for "lib/include/grbinc" (return if not needed): <br>
</div>
<div><br>
</div>
<div>I am not 100% sure where this directory is. I  am currently using this directory for the include<br>
</div>
<div><br>
</div>
<div>    /Library/gurobi810/mac64/include<br>
</div>
<div><br>
</div>
<div>and then for the library<br>
</div>
<div><br>
</div>
<div>> Enter soft-link target file or directory for "lib/shared/libgurobi.darwin.x86_64.gnu.so" (return if not needed): <br>
</div>
<div><br>
</div>
<div>and I am using this directory <br>
</div>
<div><br>
</div>
<div>/Library/gurobi810/mac64/lib<br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>I think the paths are wrong as it is failing to compile.<br>
</div>
<div><br>
</div>
<div>This is the error I am getting:<br>
</div>
<div><br>
</div>
<div>ld: can't map file, errno=22 file '/Users/cgudapati/scipoptsuite-6.0.2/scip/lib/shared/libgurobi.darwin.x86_64.gnu.so'<br>
</div>
<div><br>
</div>
<div>clang: error:<br>
</div>
<div>linker command failed with exit code 1 (use -v to see invocation)<br>
</div>
<div><br>
</div>
<div>build failed with READLINE=true: if readline is not available, try building with READLINE=false<br>
</div>
<div><br>
</div>
<div>build failed with ZLIB=true: if ZLIB is not available, try building with ZLIB=false<br>
</div>
<div><br>
</div>
<div>build failed with GMP=true: if GMP is not available, try building with GMP=false (note that this will deactivate Zimpl support)<br>
</div>
<div><br>
</div>
<div>make[3]: *** [bin/scip-6.0.2.darwin.x86_64.gnu.opt.grb.none] Error 1<br>
</div>
<div><br>
</div>
<div>make[2]: *** [all] Error 2<br>
</div>
<div><br>
</div>
<div>make[1]: *** [scipbinary] Error 2<br>
</div>
<div><br>
</div>
<div>make: *** [scipbinary] Error 2<br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>I understand the error and SCIP is telling me that it cannot find the .so library and neither can I.  I realize that GuRoBi support is still in Beta but any help is appreciated. <br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Thanks,<br>
</div>
<div><br>
</div>
<div>Nag<br>
</div>
<span></span>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
</body>
</html>