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
|
Source: highs
Section: science
Priority: optional
Standards-Version: 4.7.2
Maintainer: Debian Science Maintainers <debian-science-maintainers@alioth-lists.debian.net>
Uploaders: Shengqi Chen <harry@debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
dh-sequence-python3,
help2man,
libz-dev,
libcatch2-dev <!nocheck>,
ninja-build,
pybuild-plugin-pyproject,
python3-dev,
python3-numpy,
python3-pybind11,
python3-pytest <!nocheck>,
python3-scikit-build-core
Homepage: https://highs.dev/
Vcs-Git: https://salsa.debian.org/science-team/highs.git
Vcs-Browser: https://salsa.debian.org/science-team/highs
Rules-Requires-Root: no
Package: libhighs1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: highs
Description: High performance linear optimization software (shared library)
HiGHS is a high performance serial and parallel solver for large scale
sparse linear optimization problems, including linear programming (LP)
problems, convex quadratic programming (QP) problems, and mixed integer
programming (MIP) problems.
.
This package contains the libhighs1 shared library.
Package: python3-highspy
Section: python
Architecture: any
Depends: libhighs1 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: High performance linear optimization software (Python library)
HiGHS is a high performance serial and parallel solver for large scale
sparse linear optimization problems, including linear programming (LP)
problems, convex quadratic programming (QP) problems, and mixed integer
programming (MIP) problems.
.
This package contains the Python library for HiGHS.
Package: libhighs-dev
Section: libdevel
Architecture: any
Depends: libhighs1 (= ${binary:Version}), ${misc:Depends}
Description: High performance linear optimization software (development files)
HiGHS is a high performance serial and parallel solver for large scale
sparse linear optimization problems, including linear programming (LP)
problems, convex quadratic programming (QP) problems, and mixed integer
programming (MIP) problems.
.
This package contains the development files for libhighs.
Package: highs
Architecture: any
Depends: libhighs1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: High performance linear optimization software
HiGHS is a high performance serial and parallel solver for large scale
sparse linear optimization problems, including linear programming (LP)
problems, convex quadratic programming (QP) problems, and mixed integer
programming (MIP) problems.
.
This package contains the HiGHS solver.
|