Skip to content

Support for MiniZinc models #27

Description

@ptal

MiniZinc is one of the most used modeling language for constraint programming.
The interesting point with MiniZinc is that it compiles the model to an intermediate format, called flat minizinc, which can be read by external constraint solver.
This is why mainstream constraint solvers such as GeCode and Choco all provide support for MiniZinc.
Therefore, we need to add support for MiniZinc in PCP as well, in order to ease the development of constraints model.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions