Skip to content

Caching for BDDs Enabled Although Documented as Erroneous #45

@pmbittner

Description

@pmbittner

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:

/**
* 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions