1 2 3 4 5 6 7
use solverforge::prelude::*; #[problem_fact] pub struct Visit { #[planning_id] pub id: usize, }