Single producer/consumer

Single producer and single-consumer verification using AtomicInteger. The contracts for the AtomicInteger is the version without magic-wand (delta).

General Information

  • Backend: Chalice
  • Language: Java
  • Features: Atomics, Witnesses
  • Path to Example File: atomics/RBProdCons.java
  • Should Verify: Yes
  • Date: 2017-06-15
  • Lines of Code: 141 (comments not included)
  • Lines of Specification: 59 (41.8% of total)
  • Computation Time: 19.2 seconds