mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
handle proof-wrapper justifications
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e38729a1c6
commit
1ca44ed316
2 changed files with 19 additions and 17 deletions
|
@ -157,6 +157,7 @@ namespace smt {
|
|||
void process_antecedent(literal l, numeral coeff);
|
||||
void process_ineq(ineq& c, literal conseq, numeral coeff);
|
||||
void remove_from_lemma(ineq& c, unsigned idx);
|
||||
bool is_proof_justification(justification const& j) const;
|
||||
|
||||
void hoist_maximal_values();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue