ivapylibs / puzzle_solver

1 stars 2 forks source link

Code: puzzle.builder.interlocking #16

Closed pv33 closed 3 years ago

pv33 commented 3 years ago

The interlocking class has been pseudocoded

Make sure you understand the documentation/notes when it says to be lazy about this class. The code will be written, but right now, we want to get a little further with an incomplete implementation since the gridded class can actually avoid some of the processing needed here. That's because gridded has the constraint of being more organized. Since that's the one we really care to get to, we can skip full implementation here.

Depends on #14