mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cf8b3a0788
commit
49a903c875
3 changed files with 16 additions and 5 deletions
|
@ -61,6 +61,7 @@ public:
|
|||
if (is_free()) return out << "free";
|
||||
return out << "[" << pp(lo) << ", " << pp(hi) << "[";
|
||||
}
|
||||
Numeral closest_value(Numeral const& n) const;
|
||||
};
|
||||
|
||||
template<typename Numeral>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue