mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c271a42a2e
commit
8a229bf684
7 changed files with 43 additions and 24 deletions
|
@ -69,8 +69,11 @@ namespace q {
|
|||
ptr_vector<binding> m_bindings;
|
||||
|
||||
ptr_vector<binding> const& bindings() { return m_bindings; }
|
||||
std::ostream& display(std::ostream& out) const;
|
||||
|
||||
};
|
||||
|
||||
|
||||
struct pop_clause;
|
||||
|
||||
euf::solver& ctx;
|
||||
|
@ -83,6 +86,8 @@ namespace q {
|
|||
stats m_stats;
|
||||
expr_fast_mark1 m_mark;
|
||||
|
||||
struct scoped_mark_reset;
|
||||
|
||||
nat_set m_node_in_queue;
|
||||
nat_set m_clause_in_queue;
|
||||
unsigned m_qhead { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue