![]() |
RCL - RoboCLuedo
v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1
|
| void generateMystery | ( | std::vector< std::string > | list_who, |
| std::vector< std::string > | list_where, | ||
| std::vector< std::string > | list_what, | ||
| int | tot_hints | ||
| ) |
generate the solution of the case and the hints
This is called once when the system starts. Here is how it works:
| list_who | the list of the individuals PERSON from file |
| list_where | the list of the individuals PLACE from file |
| list_whatthe | list of the individuals WEAPON from file |
| tot_hints | the maximum number of hints ID the oracle must generate |
Definition at line 314 of file cluedo_oracle.cpp.
References chooseHintFrom(), OUTLABEL, solution_what, solution_where, and solution_who.
Here is the call graph for this function: