ecj¶
cloneBfree¶
dfs_topsort¶
gcd¶
has_unit_cycle¶
- gunfolds.utils.ecj.has_unit_cycle(G, path)[source]¶
Checks if two unequal length paths can be compensated by their elementary cycles
- Parameters:
G (dictionary (
gunfoldsgraphs)) –gunfoldsformat graphpath
- Returns:
True, if two unequal length paths can be compensated by their elementary cycles and vice versa
- Return type:
boolean