Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dekker1/homebrew-minizinc

A Homebrew Tap for MiniZinc solvers
https://github.com/dekker1/homebrew-minizinc

constraint-programming flatzinc homebrew homebrew-tap minizinc

Last synced: about 1 month ago
JSON representation

A Homebrew Tap for MiniZinc solvers

Awesome Lists containing this project

README

        

# A MiniZinc solver tap

## How do I install these formulae?

`brew install dekker1/minizinc/`

Or `brew tap dekker1/minizinc` and then `brew install `.

## MiniZinc solvers included in this tap:

- [Choco](https://choco-solver.org) - `brew install dekker1/minizinc/choco`
- [Chuffed](https://github.com/chuffed/chuffed) - `brew install dekker1/minizinc/chuffed`
- [flatzingo](https://github.com/potassco/flatzingo) - `brew install dekker1/minizinc/flatzingo`
- [FindMUS](https://gitlab.com/minizinc/FindMUS) - `brew install dekker1/minizinc/findmus`
- [Geas](https://bitbucket.org/gkgange/geas) - `brew install dekker1/minizinc/geas`
- [JaCoP](https://github.com/radsz/jacop/) - `brew install dekker1/minizinc/jacop`
- [fzn-oscar-cbls](https://bitbucket.org/oscarlib/oscar/) - `brew install dekker1/minizinc/fzn-oscar-cbls`
- [FZN Picat](https://github.com/nfzhou/fzn_picat) - `brew install dekker1/minizinc/fzn-picat`
- Note: this tap contains only the FlatZinc interface to [Picat](http://picat-lang.org), it depends on the Picat package in Hombebrew core.
- [Yuck](https://github.com/informarte/yuck/) - `brew install dekker1/minizinc/yuck`

## MiniZinc SAT solvers included in this tap (solver interface not yet released):

- [OpenWBO](https://github.com/sat-group/open-wbo) - `brew install dekker1/minizinc/open-wbo`

## MiniZinc solvers included in Homebrew core:

- [Gecode](https://www.gecode.org) - `brew install gecode`
- [OR-Tools](https://developers.google.com/optimization/) - `brew install or-tools`
- [SCIP](https://www.scipopt.org) - `brew install scip`

## Related tools included in this tap:

- [Clingcon](https://potassco.org/) - `brew install dekker1/minizinc/clingcon`
- An answer set solver for constraint logic programs building upon the answer set solver Clingo.
- [fzn2lp](https://github.com/potassco/fzn2lp) - `brew install dekker1/minizinc/fzn2lp`
- A converter from FlatZinc into an ASP fact format.

## Documentation

`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).