Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unverified Benchmarks #50

Open
17 of 31 tasks
DavePearce opened this issue Sep 14, 2021 · 0 comments
Open
17 of 31 tasks

Unverified Benchmarks #50

DavePearce opened this issue Sep 14, 2021 · 0 comments

Comments

@DavePearce
Copy link
Member

DavePearce commented Sep 14, 2021

This is the list of verified benchmarks:

  • 001_average
  • 002_fib
  • 003_gcd.
  • 004_matrix
  • 006_queens.
  • 007_regex.
  • 008_scc. (3 x unsafe)
  • 009_lz77.
  • 010_sort. (doesn't verify deep property that returned array is sorted version of original)
  • 011_codejam
  • 012_cyclic. (1 x unsafe)
  • 013_btree. (currently doesn't compile)
  • 014_lights
  • 015_cashtill (3 x unsafe)
  • 016_date. (1 x unsafe)
  • 017_math.
  • 018_heap. (2 x unsafe, 1 x assume) (big challenge with preservation property as this requires a witness).
  • 022_cars
  • 023_microwave
  • 024_bits. (1 x unsafe, some assume)
  • 025_tries.
  • 026_reverse. (1 x unsafe, some assume)
  • 027_c_string. (1 x unsafe, some assume)
  • 028_flag. (but doesn't include deep property that result is permutation)
  • 029_bipmatch
  • 030_fractions
  • 032_arrlist. (1 x assume)
  • 033_bank
  • 102_conway (3 x 'unsafe')
  • 104_tictactoe (does not compile)
  • 107_minesweeper (does not compile)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant