1
0
This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
2016-11-21 18:03:10 +01:00

16 lines
539 B
Markdown

# MiniZinc Auto-Tabling Models
This repository contains models that improved by intrinsic auto-tabling with the
MiniZinc compiler. The models accompany a paper send in to CPAIOR 2017.
### Repository Structure
Each folder contains a MinZinc model. The data files for this model are supplied
in a sub-directory called `instances/`.
### Compiling the models
The auto-tabling intrinsic is currently not part of the MiniZinc compiler. To
use this intrinsic [this fork](https://github.com/jjdekker/libminizinc) of the
compiler can be used.