Skip to content

Commit

Permalink
removed unwanted println
Browse files Browse the repository at this point in the history
  • Loading branch information
fdilke committed Apr 7, 2024
1 parent c8eb1f8 commit 4804d7c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ trait SetsGroupAssistant extends BaseSets:
val groupElements: Set[G] = group.dot.dot
val stabilizer: Set[G] = groupElements.filter:
g => x == sourceAction.actionMultiply(x, g)
println("Stabilizer is: " + stabilizer)
targetAction.dot.dot.filter:
y => stabilizer.map { targetAction.actionMultiply(y, _) }.size == 1

Expand Down

0 comments on commit 4804d7c

Please sign in to comment.