macro_rules! lc {
() => { ... };
}Expand description
Generate a LinearCombination from arithmetic expressions involving
Variables.
macro_rules! lc {
() => { ... };
}Generate a LinearCombination from arithmetic expressions involving
Variables.