mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
parent
bcbe802b27
commit
76735476d4
3 changed files with 6 additions and 6 deletions
|
@ -209,8 +209,7 @@ public:
|
|||
}
|
||||
|
||||
template <enum with_deps_t wd>
|
||||
interval power(const interval& a, unsigned n) {
|
||||
interval b;
|
||||
void power(const interval& a, unsigned n, interval& b) {
|
||||
if (with_deps == wd) {
|
||||
interval_deps_combine_rule combine_rule;
|
||||
m_imanager.power(a, n, b, combine_rule);
|
||||
|
@ -221,7 +220,6 @@ public:
|
|||
}
|
||||
TRACE("dep_intervals", tout << "power of "; display(tout, a) << " = ";
|
||||
display(tout, b) << "\n"; );
|
||||
return b;
|
||||
}
|
||||
|
||||
template <enum with_deps_t wd>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue