1
0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
language-mzn/README.md

12 lines
532 B
Markdown

# MiniZinc for Atom
This package provides a MiniZinc grammar for Atom to add syntax highlighting.
![A small preview](https://raw.githubusercontent.com/jjdekker/language-mzn/master/sample.png)
## About MiniZinc
MiniZinc is a medium-level constraint modeling 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 available from http://www.minizinc.org/