clear method

Commander clear()

Implementation

Commander clear() {
  _clauses.clear();
  _variable.clear();
  return this;
}