mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 20:58:54 +00:00
experiment with arithmetic core generalizers
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
23c5c94311
commit
2e2fa84d40
5 changed files with 195 additions and 2 deletions
|
@ -88,7 +88,6 @@ namespace pdr {
|
|||
for (unsigned i = 0; i < assumptions.size(); ++i) {
|
||||
pp.add_assumption(assumptions[i].get());
|
||||
}
|
||||
pp.display_smt2(tout, m.mk_true());
|
||||
|
||||
static unsigned lemma_id = 0;
|
||||
std::ostringstream strm;
|
||||
|
@ -97,6 +96,7 @@ namespace pdr {
|
|||
pp.display_smt2(out, m.mk_true());
|
||||
out.close();
|
||||
lemma_id++;
|
||||
tout << "pdr_check: " << strm.str() << "\n";
|
||||
});
|
||||
lbool result = m_context.check(assumptions.size(), assumptions.c_ptr());
|
||||
if (!m.is_true(m_pred)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue