- Notifications
You must be signed in to change notification settings - Fork22
Conjure: The Automated Constraint Modelling Tool
License
conjure-cp/conjure
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Conjure is an automated modelling tool for Constraint Programming.
This repository contains the development version of the tool.
- For release versions please see thereleases section.
- If you want to cite Conjure, use the instructions on Zenodo
- Conjure's license is BSD3
- Documentation is hosted on Read the Docs
- Continuous testing on Github actions
- Code coverage report available at:https://conjure-cp.github.io/conjure-code-coverage
Documentation for Conjure and its input language Essence can be foundhere.
The documentation also contains information onhow toinstall Conjure andhow tocontact the developers.
We host a few demo applications: Seehttps://conjure-cp.github.io/demos
Conjure can be used inside a Jupyter notebook, with seamless Python integration. Using this extension, parameters are automatically passed from Python to Conjure and solutions are automatically made available in Python.
See theconjure-cp/conjure-notebook repository for details.
Conjure's source code, issue tracker and releases are hosted on theconjure-cp/conjure Github repository.
You are very welcome to submit issues and pull requests!
Theconjure-cp/conjure repository is the 3rd home of Conjure's development repository.Feel free to ignore this section if you don't care about it.
We used to use mercurial hosted on BitBucket in the past: and two separate repositories over time!We have imported the issues from the BitBucket repositories in order not to lose them into theconjure-cp/conjure repository.
For reference, the imported issues on theconjure-cp/conjure repository are the following:
- issues 2-271 correspond to issues 1-270 from bitbucket/conjure-old
- issues 272-349 correspond to issues 1-78 from bitbucket/conjure-private
We realise this is all a bit untidy, to say the least!We hope not to move the repositories around any more!
About
Conjure: The Automated Constraint Modelling Tool