mobidic / MPA

MoBiDiC Priorization Algorithm
MIT License
10 stars 2 forks source link

Sort MPA_impact list regarding impact #10

Closed thomasguignard closed 5 years ago

thomasguignard commented 5 years ago

It could be nice to sort impact terms list from the most severe impact to the least, ex:

MPA_impact=splice_impact,stop_impact;

should become

MPA_impact=stop_impact, splice_impact;

Char-Al commented 5 years ago

Fixed