RCL - RoboCLuedo  v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1

◆ FindInconsistentHypotheses()

std::vector< std::string > ArmorCluedo::FindInconsistentHypotheses ( )

find all the inconsistent hypotheses

Returns
a vector containing the tags of all the INCONSISTENT hyp.
Note
This method doesn't perform any filtering on the tags, so the output is exactly the individuals belonging to INCONSISTENT without deleting the discarded hypotheses. I recommend to not use this method, except for some cases.
See also
ServiceFindConsistentHypotheses an example of usage

Definition at line 184 of file armor_cluedo.cpp.

References GetIndivOfClass().

+ Here is the call graph for this function: