mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 14:55:25 +00:00
update lookahead to include extensions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
83635eb826
commit
f3b0ede6e8
13 changed files with 1855 additions and 1944 deletions
|
@ -103,7 +103,7 @@ namespace sat {
|
|||
}
|
||||
|
||||
bool is_ext_constraint() const { return get_kind() == EXT_CONSTRAINT; }
|
||||
ext_constraint_idx get_ext_constraint_idx() const { SASSERT(is_ext_constraint()); return m_val2; }
|
||||
ext_constraint_idx get_ext_constraint_idx() const { SASSERT(is_ext_constraint()); return m_val1; }
|
||||
|
||||
bool operator==(watched const & w) const { return m_val1 == w.m_val1 && m_val2 == w.m_val2; }
|
||||
bool operator!=(watched const & w) const { return !operator==(w); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue