macOS
brew install minizinclocal Homebrew formula metadata
sudo port install minizincMacPorts ports tree · devel/minizinc/Portfile · source: api.github.com
brew
Medium-level constraint modeling language. Version 2.9.7 via Homebrew; verified 2026-04-30.
install
brew install minizinclocal Homebrew formula metadata
sudo port install minizincMacPorts ports tree · devel/minizinc/Portfile · source: api.github.com
sudo apt install minizincDebian stable package indexes · minizinc · source: deb.debian.org
nix profile install nixpkgs#minizincnixpkgs package indexes · pkgs/by-name/mi/minizinc/package.nix · source: api.github.com
sudo zypper install minizincopenSUSE Tumbleweed package metadata · minizinc · source: download.opensuse.org
overview
Medium-level constraint modeling language
history
MiniZinc is a free and open-source constraint modeling language for expressing constraint satisfaction and discrete optimization problems in a high-level, solver-independent form. The project is developed at Monash University with support from OPTIMA, and the libminizinc repository describes the compiler as translating MiniZinc models into FlatZinc, a solver input language understood by a wide range of solvers.
Its origins are unusually well documented. A history paper by Peter J. Stuckey, Guido Tack, and Maria Garcia de la Banda says MiniZinc was introduced in the CP2007 paper "MiniZinc: Towards a Standard CP Modelling Language" as a response to the lack of a common constraint-programming modeling language. The paper traces the language back to the G12 project, started in 2005, and to Zinc: MiniZinc was created as a stripped-down version of Zinc that compiled a model plus data instance into FlatZinc. The first MiniZinc version, 0.6, was released on September 23, 2007, the first day of CP2007.
Technically, MiniZinc's major contribution is the separation between modeling and solving. Modelers write .mzn models with parameters, decision variables, global constraints, and objectives; the minizinc compiler flattens a particular model/data pair into FlatZinc or another solver-facing form. That lets users try different solvers from the same model, while solver authors can support MiniZinc by providing FlatZinc interfaces and global-constraint definitions.
Adoption is tied strongly to the constraint-programming research and optimization communities. The MiniZinc Challenge has run every year since 2008 to compare constraint solvers on shared benchmarks, and the history paper notes that the challenge encouraged solver implementers to provide compliant FlatZinc interfaces while building a public benchmark library. The same paper cites deployed and applied MiniZinc use in ship scheduling, optimization consulting, mission planning, automated configuration, cloud deployment, mobile robot planning, building automation, data acquisition, and preference elicitation. In Homebrew, the formula brings in solver-related dependencies such as Gecode and COIN-OR components, reflecting the package's role as a modeling frontend plus compiler rather than a single solver.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
minizinc | cli | global executable | |
mzn2doc | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/MiniZinc/libminizinc
install metadata
| Package key | brew:minizinc |
|---|---|
| Version | 2.9.7 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/minizinc |
| Homepage | https://www.minizinc.org/ |
| Repository | https://github.com/MiniZinc/libminizinc |
| Upstream docs | https://docs.minizinc.dev/en/stable |
| License | MPL-2.0 |
| Source archive | https://github.com/MiniZinc/libminizinc/archive/refs/tags/2.9.7.tar.gz |
| Last updated | 2026-04-30T06:39:09Z |
| Pulse | updated |
| Dependencies | cbc, cgl, clp, coinutils, gecode, osi |
| Build dependencies | cmake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | minizinc |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
minizinc 2.9.2+dfsg1-1
constraint modelling language and tool chain
sudo apt install minizincminizinc
nix profile install nixpkgs#minizincminizinc 2.8.2+dfsg1-1build2
constraint modelling language and tool chain
sudo apt install minizincminizinc 2.8.7-1.4
A high-level constraint modelling language
sudo zypper install minizincminizinc
sudo port install minizincsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.