4tXJ7f / cvc5

CVC4 is an efficient open-source automatic theorem prover for satisfiability modulo theories (SMT) problems.
Other
2 stars 5 forks source link

Use enum for PassResult #1

Closed 4tXJ7f closed 7 years ago

4tXJ7f commented 7 years ago

Currently the PassResult is a struct but we should use an enum with CONFLICT and NO_CONFLICT.