mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 04:41:21 +00:00
add clause proof module, small improvements to bapa
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4d30639fd7
commit
48fc3d752e
36 changed files with 722 additions and 250 deletions
|
@ -27,7 +27,6 @@ namespace smt {
|
|||
enum failure {
|
||||
OK,
|
||||
UNKNOWN,
|
||||
TIMEOUT,
|
||||
MEMOUT,
|
||||
CANCELED, //!< External cancel flag was set
|
||||
NUM_CONFLICTS, //!< Maximum number of conflicts was reached
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue