1 2 3 4 5 6 7 8 9 10 11
/* Constraint definitions. Add constraint modules with `solverforge generate constraint ...`. The neutral shell starts with an empty constraint set. */ use crate::domain::Plan; use solverforge::prelude::*; pub fn create_constraints() -> impl ConstraintSet<Plan, HardSoftScore> { () }