Skip to content

Commit

Permalink
enable simplification in KSMT
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullinAM committed Jun 22, 2023
1 parent 28fd524 commit 01330ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ abstract class KSMTSMTMemory
solver = "KSMT",
importPackages = ["org.ksmt", "org.ksmt.decl", "org.ksmt.sort", "org.ksmt.expr"],
context = "KContext",
contextInitializer = "simplificationMode = KContext.SimplificationMode.NO_SIMPLIFY",
contextInitializer = "simplificationMode = KContext.SimplificationMode.SIMPLIFY",
generateString = generateStrings
)
abstract class KSMTSMTExprFactory
Expand Down

0 comments on commit 01330ff

Please sign in to comment.