loco icon indicating copy to clipboard operation
loco copied to clipboard

A Constraint Programming library for Clojure

Results 6 loco issues
Sort by recently updated
recently updated
newest added

I'm trying to use Loco to minimize the sum of squared errors in a constraint problem, however it seems that the solver is giving the wrong result when the variable...

I find that while your library is really easy to use, the slightest error in the model generation results in an incomprehensible error message that arises from the inner implementation....

How would one go about solving the Choco warehouse/aircraft landing problems using loco? http://choco-tuto.readthedocs.io/en/latest/src/501.description.html http://choco-tuto.readthedocs.io/en/latest/src/401.description.html In general what would be the strategy for finding maximizing / minimizing solutions based on...

Rather than always defaulting to `minDom_LB`, would it be possible to specify other strategies?

Do you plan to support the full set of variable domains of Choco (integer, boolean, set and real variables) with all the constraints available there? Are there any difficulties expected...

I've just started playing with `loco`, but I've hit an immediate brick wall where `$or` isn't behaving how I expected it to. I'm trying to solve [Project Euler problem 1](https://projecteuler.net/problem=1),...