套件: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 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.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
- lightweight and flexible command-line JSON processor
-
- 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 Standard C Library v3
-
- dep: python3-demjson
- encoder, decoder, and lint/validator for JSON in Python