3
0
Fork 0
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:
Lev Nachmanson 2019-10-14 18:17:38 -07:00
parent fbdc28f2ae
commit dd4dc1ad14
3 changed files with 36 additions and 16 deletions

View file

@ -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
}