Expand description
Core traits for problem definitions.
Traits§
- Constraint
Satisfaction Problem - Trait for constraint satisfaction problems.
- Problem
- The core trait that all problems must implement.
Functions§
- csp_
solution_ size - A blanket implementation helper for evaluating CSP solution sizes. This can be used by implementors of ConstraintSatisfactionProblem.