macro_rules! complement_test {
(
name: $name:ident,
problem_a: $prob_a:ty,
problem_b: $prob_b:ty,
test_graphs: [
$(($n:expr, [$($edge:expr),*])),* $(,)?
]
) => { ... };
}macro_rules! complement_test {
(
name: $name:ident,
problem_a: $prob_a:ty,
problem_b: $prob_b:ty,
test_graphs: [
$(($n:expr, [$($edge:expr),*])),* $(,)?
]
) => { ... };
}