chocoteam / choco-solver

An open-source Java library for Constraint Programming
http://choco-solver.org/
BSD 4-Clause "Original" or "Old" License
690 stars 143 forks source link

Fix bin packing initial propagation #1113

Closed ArthurGodet closed 2 weeks ago

ArthurGodet commented 3 weeks ago

Fix bin packing's propagator initial propagation (described in #1112)

ArthurGodet commented 2 weeks ago

You mean, it would be safer to clean R and P in full propagation ? Or not clean them (as it is now) ?

cprudhom commented 2 weeks ago

You mean, it would be safer to clean R and P in full propagation ? Or not clean them (as it is now) ?

To set them to 0 as the first instruction of the for-loop (l.339)