Bug#351043: [gnudoku]: Puzzle generation, reasons for ambiguous behaviour

2006-12-16 Thread David Hall (coding)
From the looks of the code, puzzle generation is dependent on a good solve method: [GNUDoku.C] void GNUDoku::generatePuzzle(float const difficulty, int const seed){ ... Sudoku::solve(stack, top, &flag_data, visited); ... } Glancing at the solve algorithm, it looks like the solve method

Processed: Re: Bug#351043: gnudoku

2006-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 351043 +help Bug#351043: gnudoku: generates puzzles with multiple solutions There were no tags set. Tags added: help > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system adminis

Bug#351043: gnudoku

2006-02-10 Thread David Gil
tags 351043 +help thanks I don't know how to deal with this bug. I am quite surprised of its severity since I totally agree with John. Of course I don't want to start a "severity war" so I just mark the bug with the help tag. > The generation of ambiguous puzzles is a known bug. None of the au