Skip to content

Commit

Permalink
turn off simplification in KSMT
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullinAM committed Jan 19, 2024
1 parent e01b65d commit aecb785
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 = ["io.ksmt", "io.ksmt.decl", "io.ksmt.sort", "io.ksmt.expr"],
context = "KContext",
contextInitializer = "simplificationMode = KContext.SimplificationMode.SIMPLIFY",
contextInitializer = "simplificationMode = KContext.SimplificationMode.NO_SIMPLIFY",
generateString = generateStrings
)
abstract class KSMTSMTExprFactory
Expand Down

0 comments on commit aecb785

Please sign in to comment.