パッケージ: minizinc (2.9.2+dfsg1-1)
minizinc に関するリンク
minizinc ソースパッケージをダウンロード:
- [minizinc_2.9.2+dfsg1-1.debian.tar.xz]
- [minizinc_2.9.2+dfsg1-1.dsc]
- [minizinc_2.9.2+dfsg1.orig.tar.xz]
メンテナ:
外部の資源:
- ホームページ [www.minizinc.org]
類似のパッケージ:
constraint modelling language and tool chain
MiniZinc is a medium-level constraint modelling language. It is high-level enough to express most constraint problems easily, but low-level enough that it can be mapped onto existing solvers easily and consistently. It is a subset of the higher-level language Zinc.
MiniZinc is designed to interface easily to different backend solvers. It does this by transforming an input MiniZinc model and data file into a FlatZinc model. FlatZinc models consist of variable declaration and constraint definitions as well as a definition of the objective function if the problem is an optimization problem. The translation from MiniZinc to FlatZinc is specializable to individual backend solvers, so they can control what form constraints end up in. In particular, MiniZinc allows the specification of global constraints by decomposition.
その他の minizinc 関連パッケージ
|
|
|
|
-
- dep: coinor-libcbc3.1 (>= 2.10.12+ds)
- Coin-or branch-and-cut mixed integer programming solver (shared libraries)
-
- dep: coinor-libcgl1 (>= 0.60.9+ds)
- COIN-OR Cut Generation Library
-
- dep: coinor-libclp1 (>= 1.17.10+ds)
- Coin-or linear programming solver (shared libraries)
-
- dep: coinor-libcoinutils3v5 (>= 2.11.11+ds)
- COIN-OR collection of utility classes (shared libraries)
-
- dep: coinor-libosi1v5 (>= 0.108.10+ds)
- COIN-OR Open Solver Interface
-
- dep: flatzinc
- 以下のパッケージによって提供される仮想パッケージです: gecode-flatzinc
- または gecode-flatzinc
- constraint problem modelling language
- または ortools-flatzinc (>= 8.2+ds-6)
- パッケージは利用できません
- または chuffed-flatzinc
- lazy clause generation FlatZinc implememntation
-
- dep: jq
- lightweight and flexible command-line JSON processor
-
- dep: libc6 (>= 2.38)
- GNU C Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC support library
-
- dep: libgecode49t64 (>= 6.2.0)
- generic constraint development environment
-
- dep: libgecodegist49t64 (>= 6.2.0)
- Gecode Interactive Search Tool library
-
- dep: libstdc++6 (>= 14)
- GNU Standard C++ Library v3
-
- dep: python3-demjson
- encoder, decoder, and lint/validator for JSON in Python