1 #ifndef AlternativesPerformance_H
2 #define AlternativesPerformance_H
17 #include <unordered_map>
21 extern std::unordered_map<std::string, Category> default_map;
47 std::vector<std::vector<Perf>> &perf_vect,
48 std::unordered_map<std::string, Category> &alt_assignment = default_map);
64 int nb_of_perfs,
Criteria &crits, std::string prefix =
"alt",
65 std::unordered_map<std::string, Category> &alt_assignment = default_map);
78 std::unordered_map<std::string, Category> &alt_assignment = default_map);
89 friend std::ostream &operator<<(std::ostream &out,
109 std::unordered_map<std::string, Category> &alt_assignment);
148 std::unordered_map<std::string, Category> alt_assignment_;
Datastructure representing a category.
Datastructure representing a set of criterion.
Category datastructure.
Definition: Category.h:20
Set of Criterion datastructure.
Definition: Criteria.h:25