软件包: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