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:
parent
36ad377a7d
commit
bffa7ff2f6
9 changed files with 59 additions and 49 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue