Skip to content
Snippets Groups Projects
Commit ee852e13 authored by Radek Hušek's avatar Radek Hušek
Browse files

Fix GroupFlow

parent 350d0f6f
Branches
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ def _init_(): ...@@ -35,7 +35,7 @@ def _init_():
] ]
def is_compatible(self, boundary, e_a, e_b): def is_compatible(self, boundary, e_a, e_b):
return boundary[e_a] == boundary[e_b] return boundary[e_a] == -boundary[e_b]
@OneOfKind @OneOfKind
class CycleDoubleCover(SimpleParameterBase): class CycleDoubleCover(SimpleParameterBase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment