パッケージ: minizinc (2.8.7 dfsg1-1)
minizinc に関するリンク
Debian の資源:
minizinc ソースパッケージをダウンロード:
- [minizinc_2.8.7 dfsg1-1.dsc]
- [minizinc_2.8.7 dfsg1.orig.tar.xz]
- [minizinc_2.8.7 dfsg1-1.debian.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 混合整数計画問題ソルバ(共有ライブラリ)
-
- dep: coinor-libcgl1 (>= 0.60.9 ds)
- COIN-OR Cut 生成ライブラリ
-
- dep: coinor-libclp1 (>= 1.17.10 ds)
- Coin-or 線形計画問題ソルバ(共有ライブラリ)
-
- dep: coinor-libcoinutils3v5 (>= 2.11.4 repack1)
- 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
- 軽量かつ柔軟なコマンドライン JSON 処理ツール
-
- dep: libc6 (>= 2.38)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 共有ライブラリ
-
- dep: libgecode49t64
- generic constraint development environment
-
- dep: libgecodegist49t64
- Gecode Interactive Search Tool library
-
- dep: libstdc 6 (>= 14)
- GNU 標準 C ライブラリ v3
-
- dep: python3-demjson
- encoder, decoder, and lint/validator for JSON in Python