Histogram with summations

Verification example of a method that calculates the histogram of an input array `a`. Summation patterns (i.e. the use of "\sum" expressions) are used in the verification.

General Information

  • Backend: Silicon
  • Language: Java
  • Features: Sequences, Arrays, Summation patterns
  • Path to Example File: floats/TestHist.java
  • Should Verify: Yes
  • Date: 2017-06-16
  • Lines of Code: 34 (comments not included)
  • Lines of Specification: 15 (44.1% of total)
  • Computation Time: 71.5 seconds