gecode icon indicating copy to clipboard operation
gecode copied to clipboard

Generic Constraint Development Environment

Results 52 gecode issues
Sort by recently updated
recently updated
newest added

This pull request makes a small but important fix to the random value assignment logic in the `gecode/flatzinc/flatzinc.cpp` file. The change ensures that the generated random integer values can include...

**Describe the bug** The function `uniform_on_restart` doesn't return the upper bound value in the runtime, which is expected to return a random number `x` between `lower` and `upper` (`lower