industrial-optimization-group / desdeo-mcdm

Contains traditional optimization techniques from the field of Multiple-criteria decision-making. For example, methods belonging to the NIMBUS and NAUTILUS families can be found here.
MIT License
6 stars 7 forks source link

Validate the logic of given classifications in NIMBUS. #37

Open gialmisi opened 1 year ago

gialmisi commented 1 year ago

Right now, the logical requirement for the classifications in NIMBUS is not validated according to the condition given in the article.

The sets of "<" and "<=", and ">=" "0" should both be non-empty. Validation should be added in NimbusClassificationRequest.validator (here).