mirror of
https://github.com/Z3Prover/z3
synced 2026-05-23 02:19:37 +00:00
hoist functionality
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5f5a0ffbd8
commit
9a29a0fc24
2 changed files with 34 additions and 27 deletions
|
|
@ -405,7 +405,9 @@ namespace seq {
|
|||
// check if the constraint has the form x in R with x a single variable
|
||||
bool is_primitive() const;
|
||||
|
||||
bool is_trivial() const;
|
||||
bool is_trivial() const;
|
||||
|
||||
bool is_contradiction() const;
|
||||
|
||||
// check if the constraint contains a given variable
|
||||
bool contains_var(euf::snode* var) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue