1 #ifndef TASKALLSOLUTIONS_H
2 #define TASKALLSOLUTIONS_H
4 #include "taskSolution.hpp"
5 #include "GTP/Tasks/task.hpp"
14 void removeAlternativeWithId(
int alternativeId);
16 Task* getTask() {
return _task;}
19 int getNbAlternatives() {
return _solutions.size();}
20 std::vector<int> getAlternativeIds();
25 std::vector<TaskSolution*> _solutions;
31 #endif // TASKALLSOLUTIONS_H
Definition: taskSolution.hpp:9
Definition: taskAllSolutions.hpp:7