How To Install minizinc On Mac Using Brew
minizinc Package Installation on Mac
About minizinc : Medium-level constraint modeling language! You can use MiniZinc to model constraint satisfaction and optimization problems in a high-level, solver-independent way, taking advantage of a large library of pre-defined constraints. Your model is then compiled into FlatZinc, a solver input language that is understood by a wide range of solvers
More Information: http://www.minizinc.org
Steps:
- Launch Terminal by pressing
command+space
, typeterminal
and hitEnter
key. - Run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install
brew install minizinc
Done!
Leave a Reply
You must be logged in to post a comment.