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 035f2c2 commit 29ae25eCopy full SHA for 29ae25e
src/main/java/cryptator/config/CryptagenConfig.java
@@ -32,7 +32,7 @@ public class CryptagenConfig extends CryptaCmdConfig {
32
private int maxLeftOperands= -1;
33
34
@Option(name="-lightM", handler=ExplicitBooleanOptionHandler.class, usage="use less auxiliary variables")
35
- private boolean lightModel;
+ private boolean lightModel = true;
36
37
@Option(name="-lightP", handler=ExplicitBooleanOptionHandler.class, usage="use weak consistency")
38
private boolean lightPropagation;
0 commit comments