1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
Source: scip
Section: math
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Build-Depends: cmake,
coinor-libipopt-dev,
debhelper-compat (= 13),
gfortran,
help2man,
libboost-iostreams-dev,
libboost-program-options-dev,
libboost-serialization-dev,
libgmp-dev,
libmpfr-dev,
libnauty-dev,
libpapilo-dev,
libreadline-dev,
libsoplex-dev,
libz-dev,
libzimpl-dev,
pkgconf,
zimpl
Build-Depends-Indep: doxygen, python3-minimal
Standards-Version: 4.7.3
Homepage: https://scipopt.org/
Vcs-Browser: https://salsa.debian.org/math-team/scip
Vcs-Git: https://salsa.debian.org/math-team/scip.git
Package: scip
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: scip-doc
Description: Solving Constraint Integer Programs (command line tool)
SCIP is currently one of the fastest non-commercial solvers for mixed
integer programming (MIP) and mixed integer nonlinear programming
(MINLP). It is also a framework for constraint integer programming and
branch-cut-and-price. It allows for total control of the solution
process and the access of detailed information down to the guts of the
solver. By default, SCIP comes with a bouquet of different plugins
for solving MIPs and MINLPs.
.
This package contains the SCIP command line tool.
Package: libscip10.0
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Solving Constraint Integer Programs (shared libraries)
SCIP is currently one of the fastest non-commercial solvers for mixed
integer programming (MIP) and mixed integer nonlinear programming
(MINLP). It is also a framework for constraint integer programming and
branch-cut-and-price. It allows for total control of the solution
process and the access of detailed information down to the guts of the
solver. By default, SCIP comes with a bouquet of different plugins
for solving MIPs and MINLPs.
.
This package contains the SCIP shared libraries.
Package: libscip-dev
Section: libdevel
Architecture: any
Depends: libscip10.0 (=${binary:Version}), ${misc:Depends}
Recommends: scip-doc
Description: Solving Constraint Integer Programs (development files)
SCIP is currently one of the fastest non-commercial solvers for mixed
integer programming (MIP) and mixed integer nonlinear programming
(MINLP). It is also a framework for constraint integer programming and
branch-cut-and-price. It allows for total control of the solution
process and the access of detailed information down to the guts of the
solver. By default, SCIP comes with a bouquet of different plugins
for solving MIPs and MINLPs.
.
This package contains the development files for the SCIP library.
Package: scip-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Solving Constraint Integer Programs (documentation)
SCIP is currently one of the fastest non-commercial solvers for mixed
integer programming (MIP) and mixed integer nonlinear programming
(MINLP). It is also a framework for constraint integer programming and
branch-cut-and-price. It allows for total control of the solution
process and the access of detailed information down to the guts of the
solver. By default, SCIP comes with a bouquet of different plugins
for solving MIPs and MINLPs.
.
This package contains the documentation.
|