1 2 3 4 5 6 7 8 9
use solverforge_macros::problem_fact; #[problem_fact(debug)] struct Worker { #[planning_id] id: usize, } fn main() {}