macro_rules! problem_parameters {
($(($name:literal, $getter:ident)),+ $(,)?) => { ... };
}Expand description
Define a problem’s canonical parameters from inherent getter methods.
macro_rules! problem_parameters {
($(($name:literal, $getter:ident)),+ $(,)?) => { ... };
}Define a problem’s canonical parameters from inherent getter methods.