case class Z3Range(min: Z3, max: Z3) extends Product with Serializable
Represents a cube in defined by min and max as two opposing points
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Z3Range
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def contains(r: Z3Range): Boolean
- def contains(bits: Z3): Boolean
-
def
cut(xd: Z3, inRange: Boolean): List[Z3Range]
Cuts Z-Range in two, can be used to perform augmented binary search
Cuts Z-Range in two, can be used to perform augmented binary search
- xd
The division point
- inRange
Is xd in query range?
- def length: Long
- val max: Z3
- def mid: Z3
- val min: Z3
- def overlaps(r: Z3Range): Boolean
- def zdivide(xd: Z3): (Z3, Z3)