macro_rules! lc_diff {
($a:expr, $b:expr) => { ... };
}Expand description
Generate a LinearCombination representing the difference of two variables.
macro_rules! lc_diff {
($a:expr, $b:expr) => { ... };
}Generate a LinearCombination representing the difference of two variables.