Tom Marty

Results 15 issues of Tom Marty

This PR introduces several new features: - The creation of a new constraint called `MaximumConstraint` - The adaptation of the Job-Shop scheduling problems for learning value selection heuristics on it,...

By now, SeaPearl is only capable to learn a value heuristic from previous experience. Indeed, given a Constraint Programming problem at a certain step in the solving process and **variable**,...

enhancement
help wanted
heuristic

This issue is directly related to the issue [#20](https://github.com/corail-research/SeaPearlZoo/issues/20) opened on [SeaPearlZoo](https://github.com/corail-research/SeaPearlZoo) by [chritkhalil](https://github.com/chritkhalil). It would be pretty useful to automate the registration of SeaPearl/SeaPearlExtra/SeaPearlZoo repositories as soon as a...

help wanted

Some deprecated files or test sets remain in the code. It would be great to remove them for the sake of code clarity.

good first issue

By now, to generate the absolute value constraint of two variable `y = |x|` one needs to proceed as follow : ```julia x = SeaPearl.IntVar(-5, 5, "x", trailer) y =...

enhancement
good first issue

Given two or more _IntVar_ or _IntVarView_ variables `x` and `y`, it is not possible to set up a constraint in this way : `x + y = 0`. You...

enhancement
good first issue

This is just a quick fix so that the code doesn't crash when calling an undefined attribute.

We are trying to standardize all learning_cp experiment files in the format of the file [tsptw.jl](https://github.com/corail-research/SeaPearlZoo/blob/master/learning_cp/tsptw/tsptw.jl). `args` that can be parsed need to be added to the file.