mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
fix #6623
This commit is contained in:
parent
e6ea81546e
commit
4a142b0f81
3 changed files with 15 additions and 4 deletions
|
@ -26,6 +26,7 @@ namespace sat {
|
|||
virtual literal internalize(expr* e) = 0;
|
||||
virtual bool_var to_bool_var(expr* e) = 0;
|
||||
virtual bool_var add_bool_var(expr* e) = 0;
|
||||
virtual literal get_cached(app* t) const = 0;
|
||||
virtual bool is_cached(app* t, literal l) const = 0;
|
||||
virtual void cache(app* t, literal l) = 0;
|
||||
virtual void uncache(literal l) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue