mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 21:26:59 +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
|
@ -424,7 +424,7 @@ namespace arith {
|
|||
++m_stats.m_assert_diseq;
|
||||
add_farkas_clause(~eq, le);
|
||||
add_farkas_clause(~eq, ge);
|
||||
add_clause(~le, ~ge, eq, explain_triangle_eq(le, ge, eq));
|
||||
add_clause(~le, ~ge, eq, explain_trichotomy(le, ge, eq));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue