flamapy / bdd_metamodel

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

Refactor operations to use objects based on the FM metamodel #2

Open jmhorcas opened 3 years ago

jmhorcas commented 3 years ago

Operations using objects according to the FM metamodel are already available HERE.

They need to be integrated in this plugin.

jmhorcas commented 5 months ago

There is not a good idea to use objects from the FM metamodel because it we store a feature we will store the complete tree in each node, thus, memory becomes a problem. It is better to continue using ids (str).

jagalindo commented 5 months ago

An option could be to return variability elements objects so you can adhere to the operation interface while avoiding memory compsumption