Skip to content

Commit

Permalink
Update documentation for --unroll-factor option
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Nov 19, 2019
1 parent b6cf242 commit b70895c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/inox/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ trait MainHelpers {
solvers.optCheckModels -> Description(Solvers, "Double-check counter-examples with evaluator"),
solvers.optSilentErrors -> Description(Solvers, "Fail silently into UNKNOWN when encountering an error"),
solvers.unrolling.optUnrollBound -> Description(Solvers, "Maximum number of unroll steps to perform"),
solvers.unrolling.optUnrollFactor -> Description(Solvers, "Number of unrollings to perform in each unroll step"),
solvers.unrolling.optUnrollFactor -> Description(Solvers, "Number of unrollings to perform between each interaction with the SMT solver"),
solvers.unrolling.optFeelingLucky -> Description(Solvers, "Use evaluator to find counter-examples early"),
solvers.unrolling.optUnrollAssumptions -> Description(Solvers, "Use unsat-assumptions to drive unfolding while remaining fair"),
solvers.unrolling.optModelFinding -> Description(Solvers, "Enhance model-finding capabilities of solvers by given aggressivity"),
Expand Down

0 comments on commit b70895c

Please sign in to comment.