flamapy / bdd_metamodel

BDD plugin for the automated analysis of feature models using a BDD.
1 stars 2 forks source link

Error with dead-features #27

Closed jmhorcas closed 1 year ago

jmhorcas commented 1 year ago

There is an error in the BDD (UNED version) for the counting operations when the feature model has dead features.

The BDD returns twice the number of configurations (I think it is because is it counting dead features as possible features). The error could be (a) in the intermediate translations of the FM to SPLOT format (Reader/Parser) required by this BDD, or (b) in the BDD solver itself.

An example of a simple model to test it can be found here: https://github.com/jmhorcas/fm_solver/blob/josemi_parallel/tests/models/ESLR/splc2021/Krieter2021.uvl

rheradio commented 1 year ago

I hope the error is now fixed at: https://github.com/rheradio/bdd4va