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

add hint verification, combine bounds/farkas into one rule

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-05-29 10:12:05 -07:00
parent 36ad377a7d
commit bffa7ff2f6
9 changed files with 59 additions and 49 deletions

View file

@ -421,7 +421,7 @@ namespace arith {
sat::proof_hint m_bounds_pragma;
sat::proof_hint m_farkas2;
sat::proof_hint const* explain(sat::hint_type ty);
sat::proof_hint const* explain(sat::hint_type ty, sat::literal lit = sat::null_literal);
public: