-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hi @ckaestne and TypeChef devs,
on the master branch, in the SATBDDSolver the CACHING is activated although there is a comment indicating that this may yield incorrect results:
TypeChef/FeatureExprLib/src/main/scala/de/fosd/typechef/featureexpr/bdd/SatBDDSolver.scala
Lines 78 to 83 in fb4d7ad
| /** | |
| * caching can reuse SAT solver instances, but experience | |
| * has shown that it can lead to incorrect results, | |
| * hence caching is currently disabled | |
| */ | |
| val CACHING = true |
So I wonder if caching shouldn't be deactivated here as stated by the comment?
Could I obtain wrong results when running TypeChef and having CACHING set to true here?
Thanks for any help!
Metadata
Metadata
Assignees
Labels
No labels