get_UC#
- loop_detection.get_UC(R: List[Range | WildcardExpr | MultiField]) Set[Combination] [source]#
” Returns the set of uncovered combinations using the algorithm with the best complexity (add_rule)
- Parameters:
R (iterable) – list/set Rules
- Returns:
set of Combination instances
- Return type: