mirror of
https://github.com/Z3Prover/z3
synced 2025-12-13 07:06:23 +00:00
widen scope of der #5480
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2704fb5fd5
commit
b7d4501bc3
2 changed files with 14 additions and 18 deletions
|
|
@ -147,7 +147,7 @@ class der {
|
|||
|
||||
void get_elimination_order();
|
||||
void create_substitution(unsigned sz);
|
||||
void apply_substitution(quantifier * q, expr_ref & r);
|
||||
void apply_substitution(quantifier * q, expr_ref_vector& ors, expr_ref & r);
|
||||
|
||||
void reduce1(quantifier * q, expr_ref & r, proof_ref & pr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue