Commit 85e154b2 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Fix typo

parent 0db87a73
......@@ -58,7 +58,7 @@ class State:
self.moves,
mcopy(self.groups),
mcopy(self.groupsizes),
self.maxgroup))
self.maxgroup)
def colbusy(self, col):
return (self.busy >> col) & 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment