Open adamsardar opened 5 years ago
The constraint programming approach looks really interesting. In particular, the ability to include multiple solutions.
Work with the N-queens example (with symmetry breaking)
https://developers.google.com/optimization/cp/queens
What about minimum dominating sets?
https://en.wikipedia.org/wiki/Dominating_set
The constraint programming approach looks really interesting. In particular, the ability to include multiple solutions.
Work with the N-queens example (with symmetry breaking)
https://developers.google.com/optimization/cp/queens