Skip to content

Commit

Permalink
fix OL documentation in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot authored and mario-bucev committed Jul 8, 2024
1 parent 0dd0545 commit 1fcab3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/stainless/MainHelpers.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ trait MainHelpers extends inox.MainHelpers { self =>
verification.optSimplifier -> Description(Verification, "Select which simplifier to use for VC simplification\n" +
"Available:\n" +
" vanilla: : Standard simplifier\n" +
" ol (experimental) : Leverages ortholattice boolean algebra for simplifying boolean expressions\n" +
" ol (experimental) : Leverages ortholattice algebra for simplifying boolean expressions\n" +
" ocbsl (experimental) : Leverages orthocomplemented bisemilattices boolean algebra for simplifying boolean expressions.\n" +
" Though the name sounds cooler than OL, it is less complete.\n" +
" bland (experimental) : Common simplification logic to OL and OCBSL, but without any boolean algebra flavor"),
Expand Down

0 comments on commit 1fcab3f

Please sign in to comment.