mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 14:08:55 +00:00
work on proof checking
- add outline of trim routine - streamline how proof terms are checked and how residue units are extracted.
This commit is contained in:
parent
ccda49bad5
commit
b9cba82531
10 changed files with 384 additions and 109 deletions
|
@ -235,6 +235,7 @@ namespace sat {
|
|||
friend class aig_finder;
|
||||
friend class lut_finder;
|
||||
friend class npn3_finder;
|
||||
friend class proof_trim;
|
||||
public:
|
||||
solver(params_ref const & p, reslimit& l);
|
||||
~solver() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue