mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
call power of intervals
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
fbdc28f2ae
commit
dd4dc1ad14
3 changed files with 36 additions and 16 deletions
|
@ -68,5 +68,6 @@ public:
|
|||
bool has_inf_interval(const nex* ) const;
|
||||
bool mul_has_inf_interval(const nex_mul* ) const;
|
||||
bool check_cross_nested_expr(const nex*);
|
||||
interv power_with_deps(const interv& a, unsigned);
|
||||
}; // end of horner
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue