mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 03:46:17 +00:00
Fix bug in realclosure::compare function
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
3e19df0441
commit
3c1f1a3b65
3 changed files with 15 additions and 3 deletions
|
@ -200,6 +200,11 @@ public:
|
|||
|
||||
bool eq(interval const & a, interval const & b) const;
|
||||
|
||||
/**
|
||||
\brief Return true if all values in 'a' are less than all values in 'b'.
|
||||
*/
|
||||
bool before(interval const & a, interval const & b) const;
|
||||
|
||||
/**
|
||||
\brief Set lower bound to -oo.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue