mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 07:15:26 +00:00
fix context simplification
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d0085b41c1
commit
ac00306355
2 changed files with 37 additions and 21 deletions
|
@ -77,8 +77,12 @@ class bound_simplifier : public dependent_expr_simplifier {
|
|||
return v;
|
||||
}
|
||||
|
||||
bool reduce_arg(expr* arg, expr_ref& result);
|
||||
|
||||
br_status reduce_app(func_decl* f, unsigned num_args, expr* const* args, expr_ref& result, proof_ref& pr);
|
||||
|
||||
|
||||
|
||||
void assert_lower(expr* x, rational const& n, bool strict);
|
||||
void assert_upper(expr* x, rational const& n, bool strict);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue