We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a05f2b commit d6a0c14Copy full SHA for d6a0c14
src/org/sosy_lab/java_smt/solvers/opensmt/OpenSmtSolverContext.java
@@ -53,7 +53,11 @@ static class OpenSMTOptions {
53
@Option(secure = true, description = "Algorithm for LRA interpolation")
54
int algLra = 0;
55
56
- @Option(secure = true, description = "Simplify interpolants before they are returned")
+ @Option(
57
+ secure = true,
58
+ description =
59
+ "Level of simplification for interpolants,"
60
+ + "ranging from 0 (no simplification) to 4 (maximum simplification).")
61
int simplifyInterpolants = 0;
62
63
final int randomSeed;
0 commit comments