Recursive trees: Deleting smallest element

Verification example in which the smallest element of a tree is recursively removed.

General Information

  • Backend: Silicon
  • Language: Java
  • Features: Sequences, Trees
  • Path to Example File: witnesses/TreeRecursiveSilver.java
  • Should Verify: Yes
  • Date: 2017-06-21
  • Lines of Code: 36 (comments not included)
  • Lines of Specification: 19 (52.8% of total)
  • Computation Time: 19.9 seconds