public void Visit(NOT not) { Sequent sequent = new Sequent( new ISymbol[0], not ); Result = solver.Prove(sequent); }
public void Visit(NOT not) { VisitUnaryFunction(not); }