mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 01:32:17 +00:00
The demodulator doesn't produce proofs so remove code path that depends it does.
This commit is contained in:
parent
7fe6787748
commit
d218083145
3 changed files with 9 additions and 14 deletions
|
@ -197,7 +197,7 @@ public:
|
|||
demodulator_rewriter(ast_manager & m);
|
||||
~demodulator_rewriter();
|
||||
|
||||
void operator()(unsigned n, expr * const * exprs, proof * const * prs, expr_ref_vector & new_exprs, proof_ref_vector & new_prs);
|
||||
void operator()(unsigned n, expr * const * exprs, expr_ref_vector & new_exprs);
|
||||
|
||||
/**
|
||||
Given a demodulator (aka rewrite rule) of the form
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue