object
Heap_List_BisimulationSpec
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
bisim_deleteMin(h: HeapNode, l: ListHeap): Boolean
-
def
bisim_findMin(h: HeapNode, l: ListHeap): Boolean
-
def
bisim_insert(h: HeapNode, l: ListHeap, e: BigInt): Boolean
-
-
def
bisim_size(h: HeapNode, l: ListHeap): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
insert_comm_prop(l: ListHeap, e1: BigInt, e2: BigInt): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
list_insert_comm(l: List[BigInt], e1: BigInt, e2: BigInt): Boolean
-
-
def
merge_comm_prop(l1: ListHeap, l2: ListHeap): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
implicit
def
toHeap(l: List[BigInt]): ListHeap
-
implicit
def
toList(h: ListHeap): List[BigInt]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Bisimulation between LeftistHeap and ListHeap