mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
Replace is_real with depends_on_infinitesimals to avoid misunderstandings
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
0de6b4cc92
commit
5a9040a247
2 changed files with 43 additions and 53 deletions
|
@ -133,9 +133,10 @@ namespace realclosure {
|
|||
bool is_int(numeral const & a);
|
||||
|
||||
/**
|
||||
\brief Return true if a is a real number.
|
||||
\brief Return true if the representation of \c a depends on
|
||||
infinitesimal extensions.
|
||||
*/
|
||||
bool is_real(numeral const & a);
|
||||
bool depends_on_infinitesimals(numeral const & a);
|
||||
|
||||
/**
|
||||
\brief a <- n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue