Support for SMT-LIBv2 (get-proof), CVC-style DUMP_PROOF command, SmtEngine::getProof...
[cvc5.git] / test / regress / regress0 / wiki.05.cvc
1 a, b, c : BOOLEAN;
2
3 % EXPECT: valid
4 QUERY a OR (a AND b) <=> a;
5 % PROOF
6 % EXIT: 20