powered by
Function that searches for cycles in a binary indicator matrix using the depth first search (DFS).
checkCycles(.matrix)
Logical vector 'TRUE': Cycle detected; 'FALSE' No cycle detected
'TRUE'
'FALSE'