Module Dose_common.Criteria_types
type attr= stringtype set=|Solution|Changed|New|Removed|Up|Downtype rematch=|ExactMatch of string|Regexp of stringtype crit=|Count of set * (string * rematch) option|Sum of set * attr|Unsatrec of set|Aligned of set * attr * attr|NotUptodate of settype predicate=|Minimize of crit|Maximize of crittype criteria= predicate list