mirror of
https://github.com/Z3Prover/z3
synced 2025-11-13 01:21:14 +00:00
reorg sls
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bab7ca2b70
commit
9a681b1a37
10 changed files with 207 additions and 125 deletions
|
|
@ -31,6 +31,7 @@ namespace bv {
|
|||
|
||||
void init_ranges(expr_ref_vector const& es);
|
||||
bool init_range(app* e, bool sign);
|
||||
void propagate_range_up(expr* e);
|
||||
bool init_range(expr* x, rational const& a, expr* y, rational const& b, bool sign);
|
||||
void get_offset(expr* e, expr*& x, rational& offset);
|
||||
bool init_eq(expr* e, rational const& v, bool sign);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue