mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
parent
a20d4fa362
commit
7d976e4f4d
2 changed files with 4 additions and 3 deletions
|
@ -96,6 +96,7 @@ public:
|
|||
void set_env(ast_pp_util* visitor) override;
|
||||
void display(std::ostream& out) override;
|
||||
void get_units(obj_map<expr, bool>& units) override;
|
||||
unsigned num_vars() const { return m_var2expr.size(); }
|
||||
app* var2expr(sat::bool_var v) const { return m_var2expr.get(v, nullptr); }
|
||||
expr_ref lit2expr(sat::literal l);
|
||||
void insert(sat::bool_var v, app * atom, bool aux);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue