removeAllEquations method

void removeAllEquations()

Implementation

void removeAllEquations() {
  equations.clear();
}