![]() |
RCL - RoboCLuedo
v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1
|
| std::vector<std::string> PerformDifferenceBetween | ( | std::vector< std::string > | list1, |
| std::vector< std::string > | list2 | ||
| ) |
delete all the occurrences of list2 inside list1
The function is employed in order to find the truly COMPLETE hypotheses, excluding the INCONSISTENT ones.
| list1 | the array to be reduced |
| list2 | the occurrences to delete from list1 |
Definition at line 125 of file cluedo_armor_interface.cpp.