mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +00:00
parent
077f2248ca
commit
1949a978ce
2 changed files with 4 additions and 0 deletions
|
@ -380,6 +380,8 @@ public:
|
|||
}
|
||||
}
|
||||
convert_internalized();
|
||||
if (m_solver.inconsistent())
|
||||
return last_cube(false);
|
||||
obj_hashtable<expr> _vs;
|
||||
for (expr* v : vs) _vs.insert(v);
|
||||
sat::bool_var_vector vars;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue