Skip to content

Commit

Permalink
Add a benchmark (now feasible)
Browse files Browse the repository at this point in the history
  • Loading branch information
hferee committed Aug 28, 2024
1 parent cfa61cc commit 2701687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/benchmark.ml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ let test_cases =
"□((p ∨ q) ∧ (p → r))";
"□(p ∨ □ q ∧ t) ∧(t → p)";
"□(□(t -> t))";
"(q → (¬p ∨ ¬¬p)) ∧ ((¬p ∨ ¬¬ p) → q)";
]

let _ = bench test_cases

0 comments on commit 2701687

Please sign in to comment.