-
The project might benefit from including the necessary configuration files (for Linux, Windows and MacOS) to setup the `fzn2omt` solvers as [MiniZinc backends](https://www.minizinc.org/doc-2.4.3/en/so…
-
Hi All,
I downloaded the latest version of Couenne available from the [AMPL website](https://ampl.com/products/solvers/open-source/) and was testing on a very small problem which I am posting here.…
-
(mini)zinc is (planned to be) the standard CSP modelling language. We should compare CO4 encodings to minizinc encodings, for standard/interesting/challenging problems. Cf. http://www.minizinc.org/cha…
-
Current minizinc depends on Gecode 6.3, but last release is 6.2.0
https://github.com/MiniZinc/libminizinc/blob/a56602765b4294b796c063664733b28f5a663af7/CMakeLists.txt#L36
> find_package(Gecode 6.3…
-
Hi,
Running latest version v2.5.5 but as well with v2.5.4. I run a model and sometimes works and sometimes crashes with window message "unknown error while executing minizinc: crashed" and on the o…
-
Using Python infinity value in the MiniZinc data is encoded in JSON as "Infinity" instead of "infinity", which makes MiniZinc crash. I believe the best way would be to change MZNJSONEncoder to support…
-
### Describe the bug
Minizinc IDE could not be started throwing the following error:
```console
$ MiniZincIDE
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application fa…
-
For example, we want to be able to do something like:
```yurt
let index = 0..3;
let a: int[4];
constraint a[index] == 3;
// .. + some constraints on `index`
```
Minizinc supports this so we pr…
-
There are several existing libraries implementing interfaces to commonly used CP optimizers: Pyomo, Minizinc, Google OR Tools. All of these libraries support most of the existing solvers, including CB…
cbard updated
2 years ago
-
It would have been rather useful to me when i was trying to write a model,
and i couldn't quite come up with anything good on a spot,
and thus after much pain ended up with:
https://github.com/Leb…