chocoteam / choco-solver

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

[Question] Excuse me, I want to quickly get the intersection of all variable solutions, how to do? #1060

Closed oriming closed 10 months ago

oriming commented 10 months ago

I model a complex expression that has more than 600 solutions. In fact, there are only 14 variables. I just want to access the variables of the final solution into the structure of Map <String, Set<Integer>, but it takes a long time to get the solution.

I want to get all the solutions quickly, how to model, or how to set the search strategy?🥺😩

cprudhom commented 10 months ago

Hi

Please use the Discord channel (https://discord.gg/TARfcBQb) for the questions. CP