Skip to content

Commit d6a0c14

Browse files
OpenSMT: Improve description of the new option, as suggested by @kfriedberger
1 parent 1a05f2b commit d6a0c14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/org/sosy_lab/java_smt/solvers/opensmt/OpenSmtSolverContext.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ static class OpenSMTOptions {
5353
@Option(secure = true, description = "Algorithm for LRA interpolation")
5454
int algLra = 0;
5555

56-
@Option(secure = true, description = "Simplify interpolants before they are returned")
56+
@Option(
57+
secure = true,
58+
description =
59+
"Level of simplification for interpolants,"
60+
+ "ranging from 0 (no simplification) to 4 (maximum simplification).")
5761
int simplifyInterpolants = 0;
5862

5963
final int randomSeed;

0 commit comments

Comments
 (0)