mirror of
https://github.com/Z3Prover/z3
synced 2026-01-21 17:44:43 +00:00
port updates from poly/polysat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e580c384b8
commit
70d4f32ffd
2 changed files with 12 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ public:
|
|||
void reset() {
|
||||
m_queue.reset();
|
||||
}
|
||||
|
||||
bool contains(var v) const { return m_queue.contains(v); }
|
||||
|
||||
bool empty() const { return m_queue.empty(); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue