[SCIP] **EXTERN** Re: [ITDS-Warning: SPAM] Building SCIP & MinIISC on Windows

Andrea Gavana andrea.gavana at gmail.com
Thu Mar 27 07:20:30 CET 2025


Hello Marc & SCIP users,

Thank you again for your kind help.

I have reformulated my problem a bit and tried multiple solvers on the LP
file. At the end of the message you can find what I get using 4 different
linear solvers: they all appear to report infeasibility.

When I run MinIISC on the problem, I get the output below, for which I
still do not understand where/how to find the infeasible constraints. I can
attach the LP file if need be, any clarification/suggestion is most welcome.

MinIISC Output
==============

C:\Users\USER\MyProjects>miniisc.exe CPD_infeasible_114.lp
Finding a minimum IIS cover using a set covering approach.
Implemented by Marc Pfetsch, 2015

SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized]
[LP solver: Soplex 7.1.3] [GitHash: 0d2d3c7c2d]
Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)

Input file:     CPD_infeasible_114.lp
Problem name:   CPD_infeasible_114

original problem has 3378 variables (0 bin, 0 int, 0 impl, 3378 cont) and
3530 constraints

Using reoptimization.

Optimally solving master problem ...
  time | niter |nconss | nvars |master|totalnodes|oracle| ncuts |
 dualbound
   0.0s|     1 |    21 |  5769 |  0.0s|        1 |  0.0s|    21 |
1.400000e+01

SCIP Status        : problem is solved [optimal solution found]
Solving Time (sec) : 0.00
Solving Nodes      : 1 (total of 1 nodes in 2 runs)
Primal Bound       : +1.40000000000000e+01
Dual Bound         : +1.40000000000000e+01
Gap                : 0.00 %


SCIP Status        : problem is solved [optimal solution found]
Total Time         :       0.00
  solving          :       0.00
  master           :       0.00 (included in solving)
  oracle           :       0.00 (included in solving)
Original Problem   :
  Problem name     : CPD_infeasible_114
  Variables        : 5758 (5769 binary, 0 integer, 0 implicit integer, 0
continuous)
  Constraints      : 1 initial, 21 maximal
  Objective sense  : minimize
Presolved Problem  :
  Problem name     : CPD_infeasible_114
  Variables        : 5758 (5758 binary, 0 integer, 0 implicit integer, 0
continuous)
  Constraints      : 8 initial, 21 maximal
Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP
   #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts
 Applied      Conss   Children
  benders          :          1          1          0          0          0
         0          0          0          0          0          0
 0         21          0
Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP
    EnfoPS      Check    ResProp    SB-Prop
  benders          :       0.00       0.00       0.00       0.00       0.00
      0.00       0.00       0.00       0.00
B&B Tree           :
  number of runs   :          2
  nodes (total)    :          1
Solution           :
  Primal Bound     : +1.40000000000000e+01
  Dual Bound       : +1.40000000000000e+01
  Gap              :       0.00 %



Solvers output on the original LP:

HiGHS
-----

C:\Users\USER\MyProjects>highs.exe CPD_infeasible_114.lp --solution_file
CPD_output_highs.txt --options_file=HiGHS_options.txt

Running HiGHS 1.9.0 (git hash: n/a): Copyright (c) 2024 HiGHS under MIT
licence terms
LP   CPD_infeasible_114 has 3530 rows; 3378 cols; 6409 nonzeros
Coefficient ranges:
  Matrix [4e-04, 5e+00]
  Cost   [1e-06, 7e-01]
  Bound  [6e+00, 2e+07]
  RHS    [3e+02, 8e+05]
Presolving model
Problem status detected on presolve: Infeasible
Model name          : CPD_infeasible_114
Model status        : Infeasible
Objective value     :  0.0000000000e+00
HiGHS run time      :          0.01


CLP
---

C:\Users\USER\MyProjects>clp.exe CPD_infeasible_114.lp -max -presolve=on
-dualS -solve -solu CPD_output_clp.txt

Coin LP version trunk, build Jun  8 2020
command line - clp.exe CPD_infeasible_114.lp -max -presolve=on -dualS
-solve -solu CPD_output_clp.txt
Coin0009I  CoinLpIO::readLp(): Maximization problem reformulated as
minimization
Switching back to maximization to get correct duals etc
Presolve determined that the problem was infeasible with tolerance of 1e-08
Analysis indicates model infeasible or unbounded
1 infeasibilities
Analysis indicates model infeasible or unbounded
Perturbing problem by 0.001% of 0.19828445 - largest nonzero change
0.00010013401 ( 2618.646%) - largest zero change 0.00010005909
Primal infeasible - objective value 112802.83
PrimalInfeasible objective 112802.8313 - 7 iterations time 0.002
Presolve determined that the problem was infeasible with tolerance of 1e-08
Analysis indicates model infeasible or unbounded
1 infeasibilities
Analysis indicates model infeasible or unbounded
Perturbing problem by 0.001% of 0.19828445 - largest nonzero change
0.00010013401 ( 2618.646%) - largest zero change 0.00010005909
Primal infeasible - objective value 112832.03
PrimalInfeasible objective 112832.0327 - 0 iterations time 0.002


GLPK
----

C:\Users\USER\MyProjects>glpsol.exe --presol --dual --lp
CPD_infeasible_114.lp
GLPSOL: GLPK LP/MIP Solver, v4.65
Parameter(s) specified in the command line:
 --presol --dual --lp CPD_infeasible_114.lp
Reading problem data from 'CPD_infeasible_114.lp'...
3530 rows, 3378 columns, 6409 non-zeros
4677 lines were read
GLPK Simplex Optimizer, v4.65
3530 rows, 3378 columns, 6409 non-zeros
Preprocessing...
PROBLEM HAS NO PRIMAL FEASIBLE SOLUTION
Time used:   0.0 secs
Memory used: 2.6 Mb (2716244 bytes)


SCIP
----

C:\Users\USER\MyProjects>scip.exe -c "read CPD_infeasible_114.lp opt write
solution CPD_output_scip.txt quit"

SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized]
[LP solver: Soplex 7.1.3] [GitHash: 0d2d3c7c2d]
Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)

External libraries:
  Soplex 7.1.3         Linear Programming Solver developed at Zuse
Institute Berlin (soplex.zib.de) [GitHash: 60fd96f2]
  CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms
developed by B. Bell (github.com/coin-or/CppAD)
  TinyCThread 1.2      small portable implementation of the C11 threads API
(tinycthread.github.io)
  MPIR 3.0.0           Multiple Precision Integers and Rationals Library
developed by W. Hart (mpir.org)
  ZIMPL 3.6.2          Zuse Institute Mathematical Programming Language
developed by T. Koch (zimpl.zib.de)
  AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
  PaPILO 2.4.1         parallel presolve for integer and linear
optimization (github.com/scipopt/papilo) (built with TBB) [GitHash:
11974394]
  Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D.
McKay (users.cecs.anu.edu.au/~bdm/nauty)
  sassy 1.1            Symmetry preprocessor by Markus Anders (
github.com/markusa4/sassy)
  Ipopt 3.14.16        Interior Point Optimizer developed by A. Waechter
et.al. (github.com/coin-or/Ipopt)

reading user parameter file <scip.set>


read problem <CPD_infeasible_114.lp>
============

original problem has 3378 variables (0 bin, 0 int, 0 impl, 3378 cont) and
3530 constraints
   3530 constraints of type <linear>
Reading Time: 0.00

LP Solver <Soplex 7.1.3>: barrier convergence tolerance cannot be set --
tolerance of SCIP and LP solver may differ
LP Solver <Soplex 7.1.3>: fastmip setting not available -- SCIP parameter
has no effect
LP Solver <Soplex 7.1.3>: number of threads settings not available -- SCIP
parameter has no effect
transformed problem has 3378 variables (0 bin, 0 int, 0 impl, 3378 cont)
and 3530 constraints
   3530 constraints of type <linear>

original problem has 6409 active (0.0537472%) nonzeros and 6409
(0.0537472%) check nonzeros

presolving:
constraint handler <linear> detected infeasibility

presolved problem has 2175 active (0.232015%) nonzeros and 2175 (0.232015%)
check nonzeros

presolving (1 rounds: 1 fast, 0 medium, 0 exhaustive):
 2748 deleted vars, 2042 deleted constraints, 0 added constraints, 2335
tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
 0 implications, 0 cliques
presolving detected infeasibility
Presolving Time: 0.00

SCIP Status        : problem is solved [infeasible]
Solving Time (sec) : 0.00
Solving Nodes      : 0
Primal Bound       : -1.00000000000000e+20 (objective limit, 0 solutions)
Dual Bound         : -1.00000000000000e+20
Gap                : 0.00 %




On Wed, 26 Mar 2025 at 21:05, Marc Pfetsch <
pfetsch at mathematik.tu-darmstadt.de> wrote:

>
>
> Dear Andrea,
>
> I think that the program thinks that your instance is actually feasible.
> Thus, no constraint has to be removed (the primal bound is therefore 0).
>
> You can turn on more output by adding "#define SCIP_OUTPUT" a the top of
> minissc.c and/or benders.c. If you want even more output, you can add
> "#define SCIP_DEBUG".
>
> I hope this helps.
>
> Best
>
> Marc
>
>
> On 26/03/2025 20:33, Andrea Gavana wrote:
> > Hello Mark & SCIP users,
> >
> > I managed to compile MinIISC by dropping the ZLIb requirements.
> >
> > I am feeding it with an LP file containing a model I know to be
> > infeasible and I am getting the output I paste below. I am unclear
> > though how to interpret the output - what is MinIISC telling me? Where
> > do I find the offending constraints? Is there any way to output that
> > information in a file?
> >
> > My apologies if I am misunderstanding everything here.
> >
> > Andrea.
> >
> >
> > -----------------
> > Output of MinIISC
> > -----------------
> >
> > C:\Users\USER\MyProjects>miniisc.exe infeasible_118.lp -s scip.set
> > Finding a minimum IIS cover using a set covering approach.
> > Implemented by Marc Pfetsch, 2015
> >
> > SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized]
> > [LP solver: Soplex 7.1.3] [GitHash: 0d2d3c7c2d]
> > Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
> >
> > reading user parameter file <scip.set> ...
> >
> > display/verblevel = 5
> > display/freq = 1
> > display/lpinfo = TRUE
> > Input file:     infeasible_118.lp
> > Problem name:   infeasible_118
> >
> > original problem has 3378 variables (0 bin, 0 int, 0 impl, 3378 cont)
> > and 3804 constraints
> >
> > Using reoptimization.
> >
> > Optimally solving master problem ...
> >    time | niter |nconss | nvars |master|totalnodes|oracle| ncuts |
> >   dualbound
> >
> > SCIP Status        : problem is solved [optimal solution found]
> > Solving Time (sec) : 0.00
> > Solving Nodes      : 0 (total of 0 nodes in 1 runs)
> > Primal Bound       : +0.00000000000000e+00
> > Dual Bound         : -1.00000000000000e+20
> > Gap                : infinite
> >
> >
> > SCIP Status        : problem is solved [optimal solution found]
> > Total Time         :       0.00
> >    solving          :       0.00
> >    master           :       0.00 (included in solving)
> >    oracle           :       0.00 (included in solving)
> > Original Problem   :
> >    Problem name     : infeasible_118
> >    Variables        : 6331 (6331 binary, 0 integer, 0 implicit integer,
> > 0 continuous)
> >    Constraints      : 1 initial, 0 maximal
> >    Objective sense  : minimize
> > Presolved Problem  :
> >    Problem name     : infeasible_118
> >    Variables        : 6331 (6331 binary, 0 integer, 0 implicit integer,
> > 0 continuous)
> >    Constraints      : 0 initial, 0 maximal
> > Constraints        :     Number  MaxNumber  #Separate #Propagate
> >   #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds
> > Cuts    Applied      Conss   Children
> >    benders          :          1          1          0          0
> >     0          0          0          0          0          0          0
> >           0          0          0
> > Constraint Timings :  TotalTime  SetupTime   Separate  Propagate
> > EnfoLP     EnfoPS      Check    ResProp    SB-Prop
> >    benders          :       0.00       0.00       0.00       0.00
> > 0.00       0.00       0.00       0.00       0.00
> > B&B Tree           :
> >    number of runs   :          1
> >    nodes (total)    :          0
> > Solution           :
> >    Primal Bound     : +0.00000000000000e+00
> >    Dual Bound       : -1.00000000000000e+20
> >    Gap              :   infinite
> >
> >
> >
> > On Wed, 26 Mar 2025 at 08:29, Andrea Gavana <andrea.gavana at gmail.com
> > <mailto:andrea.gavana at gmail.com>> wrote:
> >
> >     Hello Marc,
> >
> >     Thank you for your super-quick answer, I appreciate it very much.
> >
> >     I have removed the READLINE requirement as you suggested. While the
> >     compilation process finishes (100%), the linker fails without any
> >     meaningful message that I can see (even using --verbose as a linker
> >     argument).
> >
> >     It simply says: collect2.exe: error: ld returned 5 exit status
> >
> >     Below is the ending part of the linking process, obtained via the
> >     --verbose input to the linker. I have a build log with the entirety
> >     of the compilation process, but it's 500 kb and I am not sure if
> >     it's frowned upon to attach these types of files to the mailing list
> >     or not.
> >
> >     I cannot see any compilation error, only some warnings like these:
> >
> >
>  C:\Users\USER\Downloads\scipoptsuite-9.2.1\scipoptsuite-9.2.1\scip\src\blockmemshell\memory.c:2411:14:
> warning: ISO C does not support the 'I64' ms_printf length modifier
> [-Wformat=]
> >
>  C:/Users/USER/Downloads/scipoptsuite-9.2.1/scipoptsuite-9.2.1/scip/src/scip/def.h:106:20:
> warning: redundant redeclaration of 'int _stricmp(const char*, const
> char*)' in same scope [-Wredundant-decls]
> >
> >     They seem harmless (to me).
> >
> >     I am using MinGW64 11.2.0 from WinLibs, and until now I have never
> >     had any issue in building C programs or C extensions using it...
> >
> >     Any suggestion is most welcome, thank you in advance.
> >
> >
> >     [100%] Linking CXX shared library ..\..\bin\libscip.dll
> >
> >     Using built-in specs.
> >     COLLECT_GCC=C:\Users\USER\Tools\MinGW64\bin\g++.exe
> >
>  COLLECT_LTO_WRAPPER=c:/users/USER/tools/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/lto-wrapper.exe
> >     OFFLOAD_TARGET_NAMES=nvptx-none
> >     Target: x86_64-w64-mingw32
> >     Configured with: ../configure
> >     --prefix=/R/winlibs64_stage/inst_gcc-11.2.0/share/gcc
> >     --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32
> >     --enable-offload-targets=nvptx-none --with-pkgversion='MinGW-W64
> >     x86_64-ucrt-posix-seh, built by Brecht Sanders' --with-tune=generic
> >     --enable-checking=release --enable-threads=posix
> >     --disable-sjlj-exceptions --disable-libunwind-exceptions
> >     --disable-serial-configure --disable-bootstrap --enable-host-shared
> >     --enable-plugin --disable-default-ssp --disable-rpath
> >     --enable-libstdcxx-pch --enable-libstdcxx-time=yes
> >     --disable-libstdcxx-debug --disable-version-specific-runtime-libs
> >     --with-stabs --disable-symvers
> >     --enable-languages=c,c++,fortran,lto,objc,obj-c++,d,jit
> >     --disable-gold --disable-nls --disable-stage1-checking
> >     --disable-win32-registry --disable-multilib --enable-ld
> >     --enable-libquadmath --enable-libada --enable-libssp
> >     --enable-libstdcxx --enable-lto --enable-fully-dynamic-string
> >     --enable-libgomp --enable-graphite --enable-mingw-wildcard
> >     --with-mpc=/d/Prog/winlibs64_stage/custombuilt
> >     --with-mpfr=/d/Prog/winlibs64_stage/custombuilt
> >     --with-gmp=/d/Prog/winlibs64_stage/custombuilt
> >     --with-isl=/d/Prog/winlibs64_stage/custombuilt
> >     --enable-install-libiberty --enable-__cxa_atexit
> >     --without-included-gettext --with-diagnostics-color=auto
> >     --enable-clocale=generic --with-libiconv --with-system-zlib
> >
>  --with-build-sysroot=/R/winlibs64_stage/gcc-11.2.0/build_mingw/mingw-w64
> CFLAGS=-I/d/Prog/winlibs64_stage/custombuilt/include/libdl-win32
> >     Thread model: posix
> >     Supported LTO compression algorithms: zlib zstd
> >     gcc version 11.2.0 (MinGW-W64 x86_64-ucrt-posix-seh, built by Brecht
> >     Sanders)
> >
>  COMPILER_PATH=c:/users/USER/tools/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/;c:/users/USER/tools/mingw64/bin/../libexec/gcc/;c:/users/USER/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/
> >
>  LIBRARY_PATH=c:/users/USER/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/;c:/users/USER/tools/mingw64/bin/../lib/gcc/;c:/users/USER/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib/;c:/users/USER/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../lib/;c:/users/USER/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/;c:/users/USER/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../
> >     COLLECT_GCC_OPTIONS='-Wno-psabi' '-O3' '-D' 'NDEBUG' '-v' '-v'
> >     '-shared' '-o' '..\..\bin\libscip.dll' '-shared-libgcc'
> >     '-mtune=generic' '-march=x86-64' '-dumpdir' '..\..\bin\libscip.dll.'
> >
>  c:/users/USER/tools/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/collect2.exe
> -plugin
> c:/users/USER/tools/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/liblto_plugin.dll
> -plugin-opt=c:/users/USER/tools/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/11.2.0/lto-wrapper.exe
> -plugin-opt=-fresolution=C:\Users\USER\AppData\Local\Temp\ccQoBFst.res
> -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s
> -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname
> -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt
> -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-lpthread
> -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32
> -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32
> -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s
> -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname
> -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt
> -plugin-opt=-pass-through=-lkernel32 -m i386pep --shared -Bdynamic -e
> DllMainCRTStartup --enable-auto-image-base -o ..\..\bin\libscip.dll
> c:/users/USER/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib/dllcrt2.o
> c:/users/USER/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/crtbegin.o
> -Lc:/users/USER/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0
> -Lc:/users/USER/tools/mingw64/bin/../lib/gcc
> -Lc:/users/USER/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib/../lib
> -Lc:/users/USER/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../lib
> -Lc:/users/USER/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/lib
> -Lc:/users/USER/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../..
> @C:\Users\USER\AppData\Local\Temp\cc8OocJM -lmingw32 -lgcc_s -lgcc
> -lmoldname -lmingwex -lmsvcrt -lkernel32 -lpthread -ladvapi32 -lshell32
> -luser32 -lkernel32 -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt
> -lkernel32
> c:/users/USER/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/crtend.o
> >     collect2.exe: error: ld returned 5 exit status
> >     mingw32-make[3]: ***
> >     [scip\src\CMakeFiles\libscip.dir\build.make:6589: bin/libscip.dll]
> >     Error 1
> >     mingw32-make[3]: *** Deleting file 'bin/libscip.dll'
> >     mingw32-make[2]: *** [CMakeFiles\Makefile2:2114:
> >     scip/src/CMakeFiles/libscip.dir/all] Error 2
> >     mingw32-make[1]: *** [CMakeFiles\Makefile2:2707:
> >     scip/applications/MinIISC/CMakeFiles/miniisc.dir/rule] Error 2
> >     mingw32-make: *** [makefile:1022: miniisc] Error 2
> >
> >
> >     On Tue, 25 Mar 2025 at 22:35, Marc Pfetsch
> >     <pfetsch at mathematik.tu-darmstadt.de
> >     <mailto:pfetsch at mathematik.tu-darmstadt.de>> wrote:
> >
> >
> >
> >         Hi Andrea,
> >
> >         SCIP does not yet support computing IISs for LPs yet.
> >
> >         MinIISC is for computing a smallest number of constraints that
> >         have to
> >         be removed in order to obtain a feasible problem. (In some
> >         sense, this
> >         is dual to computing IISs.)
> >
> >         However, it is not hard to compute some IISs (although not
> >         necessarily
> >         one of smallest size), by computing a vertex of the alternative
> >         polyhedron ({y: A^T y = 0, b^T y = -1, y \geq 0} for the original
> >         infeasible system Ax \leq b.) [The MinIISC code also builds this
> >         polyhedron and you might want to modify the code to output an
> IIS.]
> >
> >         For your installation you should install "libreadline-dev" or use
> >         "-DREADLINE=off" as an argument to the cmake call.
> >
> >         Best
> >
> >         Marc
> >
> >         On 25/03/2025 12:39, Andrea Gavana wrote:
> >          > Hello SCIP Users,
> >          >
> >          > I am a newbie with SCIP - I have used it a few times for
> >         simple MIPs and
> >          > always using the available binaries for Windows 64 bit. I
> >         have never
> >          > compiled it from source.
> >          >
> >          > I am now looking for ways to detect IIS in some of my
> standard,
> >          > continuous LPs (no MIPs). My understanding is that the MinIISC
> >          > application can be used for that purpose.
> >          >
> >          > Unfortunately, there appear not to be any precompiled
> >         binaries for
> >          > MinIISC (or any other application that is not SCIP). Or at
> >         least I
> >          > couldn't find it anywhere.
> >          >
> >          > So I have tried to follow the instructions on building SCIP
> >         and MinIISC
> >          > from the SCIP website, using CMake on Windows and the MinGW64
> >         toolchain
> >          > (gcc for Windows) 11.2.0. I explicitly specify MinGW
> Makefiles.
> >          >
> >          > The CMake configure action ends like this:
> >          >
> >          > The following OPTIONAL packages have been found:
> >          >
> >          >
> >          > * SOPLEX
> >          >
> >          > * PkgConfig
> >          >
> >          >
> >          > -- The following REQUIRED packages have been found:
> >          >
> >          >
> >          > * Readline
> >          >
> >          > * SCIP
> >          >
> >          > * Threads
> >          >
> >          > * ZLIB
> >          >
> >          >
> >          > -- The following OPTIONAL packages have not been found:
> >          >
> >          >
> >          > * Boost (required version >= 1.65.0)
> >          >
> >          > * PAPILO
> >          >
> >          > * ZIMPL (required version >= 3.5.0)
> >          >
> >          > * IPOPT (required version >= 3.12.0)
> >          >
> >          > * WORHP
> >          >
> >          > * CRITERION
> >          >
> >          > * GSL (required version >= 2.0)
> >          >
> >          > * GMP
> >          >
> >          > * CLIQUER
> >          >
> >          >
> >          > Configuring done
> >          >
> >          >
> >          >
> >          > After the "generate" from CMake, I naively attempted this:
> >          >
> >          > cmake.exe --build build --target miniisc
> >          >
> >          > I get this:
> >          >
> >          >
> >         C:\Users\XXXX\scipoptsuite-9.2.1\scip\src\scip\dialog.c:48:10:
> >         fatal
> >          > error: readline/readline.h: No such file or directory
> >          >     48 | #include <readline/readline.h>
> >          >        |          ^~~~~~~~~~~~~~~~~~~~~
> >          > compilation terminated.
> >          > mingw32-make[3]: ***
> >         [scip\src\CMakeFiles\libscip.dir\build.make:3751:
> >          > scip/src/CMakeFiles/libscip.dir/scip/dialog.c.obj] Error 1
> >          > mingw32-make[2]: *** [CMakeFiles\Makefile2:2114:
> >          > scip/src/CMakeFiles/libscip.dir/all] Error 2
> >          > mingw32-make[1]: *** [CMakeFiles\Makefile2:2707:
> >          > scip/applications/MinIISC/CMakeFiles/miniisc.dir/rule] Error 2
> >          > mingw32-make: *** [makefile:1022: miniisc] Error 2
> >          >
> >          > I do have a readline-kind-of for Windows, that I obtained
> >          > from mingw-w64-x86_64-readline, but I guess I must be doing
> >         something
> >          > wrong somewhere. I am not an expert in compiling packages, so
> >         I am kind
> >          > of lost here.
> >          >
> >          > I assume there aren't many people having a pre-compiled
> >         executable for MinIISC on Windows, but if anyone does, please do
> >         let me know - I'd be rather interested in giving it a try using
> >         some LP files I already have. Or any other suggestion you may
> >         have to help me fix the build issue would be most appreciated.
> >          >
> >          >
> >          > Thank you in advance.
> >          >
> >          >
> >          > Andrea.
> >          >
> >          >
> >          >
> >          >
> >          > _______________________________________________
> >          > Scip mailing list
> >          > Scip at zib.de <mailto:Scip at zib.de>
> >          > https://listserv.zib.de/mailman/listinfo/scip
> >         <https://listserv.zib.de/mailman/listinfo/scip>
> >         _______________________________________________
> >         Scip mailing list
> >         Scip at zib.de <mailto:Scip at zib.de>
> >         https://listserv.zib.de/mailman/listinfo/scip
> >         <https://listserv.zib.de/mailman/listinfo/scip>
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20250327/094b60ba/attachment.html>


More information about the Scip mailing list