SkillAgentSearch skills...

MiniZincIDE

The MiniZinc IDE

Install / Use

/learn @MiniZinc/MiniZincIDE
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <a href="https://www.minizinc.org/"> <img src="https://www.minizinc.org/MiniZn_logo.png" alt="Logo" width="80" height="80"> </a> <h3 align="center">MiniZinc IDE</h3> <p align="center"> Integrated development environment for the high-level constraint modelling language <a href="https://www.minizinc.org">MiniZinc</a>. <br /> <br /> <a href="https://github.com/MiniZinc/libminizinc">MiniZinc Compiler</a> · <a href="https://www.minizinc.org/doc-latest/en/minizinc_ide.html">Documentation</a> · <a href="https://github.com/MiniZinc/MiniZincIDE/issues">Report Bug</a> </p> <p align="center"> <img src="https://docs.minizinc.dev/en/stable/images/mzn-ide-playground-data.jpg" alt="The MiniZinc IDE" style="max-width:768px;width:100%"> </p> </p>

Getting started

Packages for Linux, macOS and Windows can be found in the releases or from the MiniZinc website.

These packages contain the MiniZinc IDE, the MiniZinc compiler toolchain, as well as several solvers.

For more detailed installation instructions, see the documentation.

Building from source

The MiniZinc IDE is a Qt project and requires:

  • A recent C++ compiler
  • Qt (we target the latest LTS Qt version)
  • Make

Ensure you clone the repository including submodules:

git clone --recurse-submodules https://github.com/MiniZinc/MiniZincIDE
cd MiniZincIDE

Then either build open the project (MiniZincIDE.pro) in Qt Creator and build, or from the command line:

mkdir build
cd build
qmake -makefile ../MiniZincIDE/MiniZincIDE.pro
make -j4

See the MiniZinc compiler project for instructions on how to build the compiler toolchain.

Running tests

The IDE has a test suite which can be compiled and run with:

mkdir test
cd test
qmake -makefile ../tests/tests.pro
make -j4
make check
View on GitHub
GitHub Stars169
CategoryDevelopment
Updated10d ago
Forks25

Languages

C++

Security Score

90/100

Audited on Mar 19, 2026

No findings