d-krupke / cpsat-primer

The CP-SAT Primer: Using and Understanding Google OR-Tools' CP-SAT Solver
https://d-krupke.github.io/cpsat-primer/
Creative Commons Attribution 4.0 International
292 stars 27 forks source link

Extend the AddCircuitConstraint-section #11

Closed d-krupke closed 10 months ago

d-krupke commented 1 year ago

The AddCircuitConstraint-section is currently difficult to understand. The example should probably be expanded to a full TSP example, maybe even a variant such as k-TSP that can easily be modeled with this constraint.

d-krupke commented 10 months ago

Done.