Struct lib::ZeroEquation
source · pub struct ZeroEquation { /* private fields */ }Expand description
ZeroEquation is an equation with a list of values on one side and a solution on the other. Similar to Equation, but with a list of values (in a Vec) that will add up to the solution (or be subtracted if the number is negative). Sol is set to 0 and values can be moved to the solution side of the equation with move_to_sol().
Example