Skip to content

Commit 29ae25e

Browse files
committed
set the light generation model as default #34
1 parent 035f2c2 commit 29ae25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/cryptator/config/CryptagenConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class CryptagenConfig extends CryptaCmdConfig {
3232
private int maxLeftOperands= -1;
3333

3434
@Option(name="-lightM", handler=ExplicitBooleanOptionHandler.class, usage="use less auxiliary variables")
35-
private boolean lightModel;
35+
private boolean lightModel = true;
3636

3737
@Option(name="-lightP", handler=ExplicitBooleanOptionHandler.class, usage="use weak consistency")
3838
private boolean lightPropagation;

0 commit comments

Comments
 (0)