class Z3::RealExpr
- Z3::RealExpr
- Reference
- Object
Defined in:
z3/real_expr.crConstructors
Instance Method Summary
-
#!=(other)
Returns
true
if this object is not equal to other. - #*(other)
- #**(other)
- #+(other)
- #-(other)
- #-
- #/(other)
- #<(other)
- #<=(other)
-
#==(other)
Returns
false
(other can only be aValue
here). - #>(other)
- #>=(other)
- #const?
- #inspect(io)
- #simplify
- #sort
- #to_s(io)
- #to_unsafe : LibZ3::Ast
Constructor Detail
Instance Method Detail
def !=(other)
#
Description copied from class Object
Returns true
if this object is not equal to other.
By default this method is implemented as !(self == other)
so there's no need to override this unless there's a more efficient
way to do it.
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).