mirror of
https://github.com/Z3Prover/z3
synced 2025-10-20 06:10:31 +00:00
fix crash reported by Nikhil on F* due to unhandled exception while using the rewriter during search
This commit is contained in:
parent
5c2a9d9936
commit
fa605454fb
3 changed files with 16 additions and 3 deletions
|
@ -30,7 +30,7 @@ namespace smt {
|
|||
CANCELED, //!< External cancel flag was set
|
||||
NUM_CONFLICTS, //!< Maximum number of conflicts was reached
|
||||
THEORY, //!< Theory is incomplete
|
||||
RESOURCE_LIMIT,
|
||||
RESOURCE_LIMIT,
|
||||
LAMBDAS, //!< Logical context contains lambdas.
|
||||
QUANTIFIERS //!< Logical context contains universal quantifiers.
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue