How To Install Solns2out?

How To Install Solns2out?

solns2out

constraint modelling language and tool chain

Maintainer: Kari Pahula



Section: devel

Install solns2out

  • Debian apt-get install minizinc Click to copy
  • Ubuntu apt-get install minizinc Click to copy
  • Kali Linux apt-get install minizinc Click to copy
  • Raspbian apt-get install minizinc Click to copy
  • macOS brew install minizinc Click to copy

minizinc

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.

Installation of latest solns2out command is available for Debian, Ubuntu, Kali, Raspbian and macOS. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2026 latest package from the repository and install it in your computer/server.