You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When counting the number of configurations with an assignment including a negative feature, example ['f1', 'not f2'], the negative assignament is totally ignored by the count() method, giving as result the same as ['f1']. This occurs in some cases (not all).
When counting the number of configurations with an assignment including a negative feature, example ['f1', 'not f2'], the negative assignament is totally ignored by the count() method, giving as result the same as ['f1']. This occurs in some cases (not all).
To replicate:
Try the following model: https://github.com/flamapy/bdd_metamodel/blob/develop/tests/models/bdd_models/MobilePhone.dddmp
and the following assingment: ['MP3', 'not GPS'] it gives the same number of configurations than ['MP3']
The text was updated successfully, but these errors were encountered: