mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fixing lex optimization
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
df5c2adc4e
commit
8c85ee6b7c
13 changed files with 219 additions and 125 deletions
|
@ -143,6 +143,10 @@ class inf_eps_rational {
|
|||
return m_infty;
|
||||
}
|
||||
|
||||
bool is_finite() const {
|
||||
return m_infty.is_zero();
|
||||
}
|
||||
|
||||
static inf_eps_rational zero() {
|
||||
return inf_eps_rational(Numeral::zero());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue