I'm wondering if this is related to the issues I had when installing wine
from winehq.org (which also involved libldap breakage). The following is
from a discussion with Scott Ritchie:
David Hall (coding) wrote:
> The current problem seems to be due to libldap2 (which is a dependency o
Sorry about the filesize, I'll post a link to a website-stored file next time I
want to do things like that...
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
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
3 matches
Mail list logo