mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
test dio
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
5a72117528
commit
89eec4cc80
3 changed files with 246 additions and 140 deletions
|
@ -408,7 +408,8 @@ public:
|
|||
|
||||
public:
|
||||
std::function<void (const lar_term*)> m_add_term_callback;
|
||||
std::function<void (unsigned)> m_update_column_bound_callback;
|
||||
std::function<void (const lar_term*)> m_remove_term_callback;
|
||||
std::function<void (unsigned)> m_update_column_bound_callback;
|
||||
bool external_is_used(unsigned) const;
|
||||
void pop(unsigned k);
|
||||
unsigned num_scopes() const { return m_trail.get_num_scopes(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue