Package com.microsoft.z3
Class FPSort
java.lang.Object
com.microsoft.z3.Z3Object
com.microsoft.z3.AST
com.microsoft.z3.Sort
com.microsoft.z3.FPSort
- All Implemented Interfaces:
Comparable<AST>
A FloatingPoint sort
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.microsoft.z3.Sort
equals, getId, getName, getSortKind, hashCode, toString, translateMethods inherited from class com.microsoft.z3.AST
compareTo, getASTKind, getSExpr, isApp, isExpr, isFuncDecl, isQuantifier, isSort, isVarMethods inherited from class com.microsoft.z3.Z3Object
arrayLength, arrayToNative
-
Constructor Details
-
FPSort
-
FPSort
-
-
Method Details
-
getEBits
public int getEBits()The number of exponent bits. -
getSBits
public int getSBits()The number of significand bits.
-