Re: Problem with list of dicts and copying

2009-07-09 Thread Gabriel Genellina
En Wed, 08 Jul 2009 14:09:43 -0300, Cameron Pulsford escribió: I'm representing the board as a dictionary, where the keys are (x, y) positions, and the values are candidates. So my program goes along picking numbers from the list of candidates and then propagating the constraints. [...]Basica

Problem with list of dicts and copying

2009-07-08 Thread Cameron Pulsford
Hello all, I'm redoing a sudoku solver of mine and I ran into an issue with lists of dicts. Bear with me for a second before I get to the actual problem... I'm representing the board as a dictionary, where the keys are (x, y) positions, and the values are candidates. So my program goes along pickin