/* Constraint definitions.
Each constraint is a separate function returning an `IncrementalConstraint`.
Assemble them into a tuple — the solver scores the solution against all of them.
Add as many constraints as your problem needs. The tuple supports up to 12 elements;
use nested tuples for more. */
pub use create_constraints;
// @solverforge:begin constraint-modules
// @solverforge:end constraint-modules