lifebeyondfife / Decider

An Open Source .Net Constraint Programming Solver
MIT License
150 stars 21 forks source link

Allow constrained arrays to contain duplicate values. #23

Closed lifebeyondfife closed 5 years ago

lifebeyondfife commented 5 years ago

The propagator implementation now handles duplicate values in constrained arrays which was the limiting factor in expecting constrained array values to be distinct.