conjure
conjure copied to clipboard
Conjure: The Automated Constraint Modelling Tool
The tests files for the STARIS testing. I am still working on making these test files more uniform and neat, but this is the progress so far.
In the tutorial, [Model 2: reachability matrix](https://conjure.readthedocs.io/en/latest/tutorials.html#model-2-reachability-matrix) seems to have a bug. The example from the tutorial, with maximization added to illustrate issue: ``` $ graph.essence given n : int(1..)...
These are found by @fionakillalea - thanks! > Two areas that resulted in the "This should never happen, sorry!" errors in the program. > > The first occurs with the...
#517 Disclaimer: This was implemented entirely using GitHub Codespaces (without sufficient RAM to build the whole project) on my mobile phone during toilet breaks with zero experience in Haskell. Please...
My model is growing quite large, and so are the errors I get. Try to find what's wrong in this one: https://replit.com/@SuperMikal/Conjure-and-Essence-20220507#feedback/What%20unsupported%20generator/stdout (error output starts at line 1222) There's a...
Got this error, and it seems like there's two things wrong with Conjure's output: - `/\` and `\/` have unescaped backslashes. - Conjure actually writes data that doesn't conform to...
Notice how the ghcr "master" image is the last release of conjure (from 2019). ``` caj/ $ docker run ghcr.io/conjure-cp/conjure:master conjure --version Conjure: The Automated Constraint Modelling Tool Release version...
Here's two problems I've found while using the `sequence` type that I think might have a common root cause: The documentation says - "Sequences are indexed by a contiguous list...
In current conjure `Repository version 3fcbbbbab (2021-12-17 13:08:56 +0300)` calling an SMT solver backend other than Boolector fails, because the version of Savile Row which conjure installs always thinks it...
Azure Pipelines seems like a good option to replace travis+appveyor. I just cannot get the Windows build to go through yet, the version of bash they have on that Windows...