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:
parent
4623117af8
commit
de69874076
16 changed files with 241 additions and 58 deletions
|
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue