Permissions: Roster (fixed)

The verification example on page 42 of Clement Hurlin's PhD thesis. The example is a linked list representing grades (in a Roster). The roster has functionality to upgrade grades. We verify that these functions are correct.

General Information

  • Backend: Chalice
  • Language: Java
  • Features: Lists
  • Path to Example File: permissions/RosterFixed.java
  • Should Verify: Yes
  • Date: 2017-06-20
  • Lines of Code: 61 (comments not included)
  • Lines of Specification: 23 (37.7% of total)
  • Computation Time: 8.7 seconds