mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
testing mbi
This commit is contained in:
parent
d8eba2d72f
commit
374ae52d70
8 changed files with 101 additions and 118 deletions
|
@ -35,9 +35,9 @@ namespace q {
|
|||
if (!is_forall(e) && !is_exists(e))
|
||||
return;
|
||||
if (l.sign() == is_forall(e))
|
||||
add_clause(~l, skolemize(to_quantifier(e)));
|
||||
add_clause(~l, skolemize(to_quantifier(e)));
|
||||
else {
|
||||
add_clause(~l, specialize(to_quantifier(e)));
|
||||
// add_clause(~l, specialize(to_quantifier(e)));
|
||||
ctx.push_vec(m_universal, l);
|
||||
}
|
||||
m_stats.m_num_quantifier_asserts++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue