mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 05:08:55 +00:00
preparing for inf extension of arithmetic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
acc7aa1636
commit
0b65aa83e8
6 changed files with 83 additions and 34 deletions
|
@ -88,7 +88,7 @@ class inf_rational {
|
|||
m_second(pos_inf?rational(1):rational(-1))
|
||||
{}
|
||||
|
||||
explicit inf_rational(rational const& r):
|
||||
inf_rational(rational const& r):
|
||||
m_first(r)
|
||||
{
|
||||
m_second.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue