mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 06:43:40 +00:00
add handling of quantifiers #5612
This commit is contained in:
parent
839a0852fe
commit
13da6a02a6
4 changed files with 27 additions and 19 deletions
|
@ -1192,7 +1192,6 @@ namespace smt {
|
|||
|
||||
bool more_than_k_unassigned_literals(clause * cls, unsigned k);
|
||||
|
||||
void internalize_assertions();
|
||||
|
||||
void asserted_inconsistent();
|
||||
|
||||
|
@ -1609,6 +1608,8 @@ namespace smt {
|
|||
|
||||
void assert_expr(expr * e, proof * pr);
|
||||
|
||||
void internalize_assertions();
|
||||
|
||||
void push();
|
||||
|
||||
void pop(unsigned num_scopes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue