ericmichael / polyomino

Self-Assembly of Polyomino Tiles
3 stars 2 forks source link

Open Glues and Frontier are reset after every call #9

Open ericmichael opened 9 years ago

ericmichael commented 9 years ago

Clean up function removes Open Glues and Frontier list after every call to attach

ericmichael commented 9 years ago

Commented out the part that clears the Frontier list but it makes no difference. Frontier is always recalculated. Reference: 9ec0d036b0d69477d5b79f18e53900c7bbd6edf2

How can we do this in a more efficient way?