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