3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 11:37:54 +00:00

wip - adding proof checkers, fixes to quantifier proof certificates

This commit is contained in:
Nikolaj Bjorner 2022-10-10 09:46:22 +02:00
parent 4623117af8
commit de69874076
16 changed files with 241 additions and 58 deletions

View file

@ -53,7 +53,7 @@ namespace q {
pc.register_plugin(symbol("inst"), this);
}
void vc(app* jst, expr_ref_vector& clause) override;
bool vc(app* jst, expr_ref_vector const& clause, expr_ref_vector& v) override;
};