macro_rules! custom_solution_state {
($name:ident typeof $type:ty $(: $gen:ident)?) => { ... };
}
Expand description
A macro to define a custom solution state on crate::construction::heuristics::SolutionState.
macro_rules! custom_solution_state {
($name:ident typeof $type:ty $(: $gen:ident)?) => { ... };
}
A macro to define a custom solution state on crate::construction::heuristics::SolutionState.