Skip to content
Snippets Groups Projects
Commit 8842a679 authored by Robin Steiger's avatar Robin Steiger
Browse files

Sorry, I ran the wrong command. Still, one examples does not work...

parent 9c076b11
No related branches found
No related tags found
No related merge requests found
......@@ -16,14 +16,14 @@ createRoot postcondition valid Unifier
dumbInsertWithOrder postcondition unknown ---
====================================================
Revision 1157, now, even worse
====================================================
dumbInsertWithOrder postcondition unknown ---
createRoot postcondition unknown ---
mkInfiniteTree postcondition valid Unifier
insert postcondition unknown ---
dumbInsert postcondition unknown ---
====================================================
Revision 1157, now, better again
==================================================
createRoot postcondition valid Unifier
dumbInsert postcondition valid Unifier
mkInfiniteTree postcondition valid Unifier
dumbInsertWithOrder postcondition valid Unifier
insert postcondition <BAPA seems to hang on conjunction 11>
==================================================
Would be great if we could this working again...
Okay, we're getting there..
......@@ -26,7 +26,7 @@ object BinarySearchTree {
n
}
}
} ensuring (contents(_) == contents(tree) ++ Set(value))
} //ensuring (contents(_) == contents(tree) ++ Set(value))
def dumbInsert(tree: Tree): Node = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment