mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 02:40:24 +00:00
flag incomplete on lambdas #5803
This commit is contained in:
parent
a189ca8b60
commit
a326ad4cd9
6 changed files with 22 additions and 7 deletions
|
@ -31,6 +31,7 @@ namespace smt {
|
|||
NUM_CONFLICTS, //!< Maximum number of conflicts was reached
|
||||
THEORY, //!< Theory is incomplete
|
||||
RESOURCE_LIMIT,
|
||||
LAMBDAS, //!< Logical context contains lambdas.
|
||||
QUANTIFIERS //!< Logical context contains universal quantifiers.
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue