[SCIP] How to make scip mex files

zjuzw at sohu.com zjuzw at sohu.com
Sat Jun 18 10:14:43 CEST 2016


Hi,
  I'm sorry for my interruption. I've already compiled the scipoptsuite-3.2.1 through MinGW under win7 32-bit system,
also including its AMPL interface. All check instances have been tested successfully. The brief information is as
follows:
SCIP version 3.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 2.2.1] [GitHash: c7c6c02]
Copyright (c) 2002-2016 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
External codes: 
  SoPlex 2.2.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 267a44a] 
  cppad-20140000.3     Algorithmic Differentiation of C++ algorithms developed by B. Bell (www.coin-or.org/CppAD)  ZLIB 1.2.8           General purpose compression library by J. Gailly and M. Adler (zlib.net)  GMP 6.1.0            GNU Multiple Precision Arithmetic Library developed by T. Granlund (gmplib.org)  ZIMPL 3.3.3          Zuse Institute Mathematical Programming Language developed by T. Koch (zimpl.zib.de)  Ipopt 3.12.4         Interior Point Optimizer developed by A. Waechter et.al. (www.coin-or.org/Ipopt)  ASL                  AMPL Solver Library developed by D. Gay (www.netlib.com/ampl)
number of parameters = 1887
  But I can't make scip mex file for MATLAB interface. MinGW and gnumex serve as auxiliary for doing this. Here,I adjust
the 'mexopts.bat' to link "liblpispx.a","libnlpi.cppad.a","libscip.a","libsoplex.a",through the command line
"set GM_ADD_LIBS=-llibmx -llibmex -llibmat -Lc:/yalmip/scipoptsuite-3.2.1/scip-3.2.1/lib -llpispx -lnlpi.cppad 
-lsoplex -lscip". So the flags in "installscip.m" should be "flags = ['-v'  ' '  '-g'   ' '  '-I"' pathtosrc '"' '
matscip.c ' ];"
  The corresponding information appearing on MATLAB command window is attached here, named as "Info.txt".
  I hope someone can give me some suggestions about how to make sicp mex file, or directly send me a suitable mex file
for my operation system.
  Thank you in advance.
 
 
  Best Regards,
  From Wei.



------------------------------------------
搜狐邮箱积分商城积分大派兑,来晚就没了~
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20160618/2a1c9a7e/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Info.txt
URL: <http://listserv.zib.de/pipermail/scip/attachments/20160618/2a1c9a7e/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: mexopts.bat
URL: <http://listserv.zib.de/pipermail/scip/attachments/20160618/2a1c9a7e/attachment.bat>


More information about the Scip mailing list