blob: 4ce363c13dad9d7eb447e968c0523a11a3713e5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//Primal infeasible mps file
//Reference : enlight9.mps.gz problem file,http://miplib.zib.de/miplib2010.php
options=5000
[xopt,fopt,status,output]=cbcintlinprog("enlight9.mps",options)
//
// !--error 999
//Unknown string argument passed.
//at line 31 of function cbcmpsintlinprog called by :
//at line 220 of function cbcintlinprog called by :
//[xopt,fopt,status,output]=cbcintlinprog("enlight9.mps",options)
//at line 7 of exec file called by :
//exec cbcintlinprog_param1.sce
|