Sudoku Programmers Forum Index

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log inLog in          Games  Calendar

Log in to check your private messagesLog in to check your private messages   

Simple Sudoku Technique Hierarchy

 
Post new topic   Reply to topic    Sudoku Programmers Forum Index -> Software
View previous topic :: View next topic  
Author Message
daj95376

Joined: 05 Feb 2006
Posts: 349
:

Items
PostPosted: Sat Dec 09, 2006 7:51 pm    Post subject: Simple Sudoku Technique Hierarchy Reply with quote

I'm confused. I was under the impression that Simple Sudoku performed simple Colors before Multi-Colors. However, at the point below, it seems to be choosing Multi-Colors first.

Code:
 *-----------*
 |68.|...|.3.|
 |3.2|.7.|..6|
 |.95|..3|8..|
 |---+---+---|
 |...|.9.|5..|
 |.7.|235|.9.|
 |..6|.4.|...|
 |---+---+---|
 |..8|9..|36.|
 |5..|.8.|4.9|
 |.6.|...|.81|
 *-----------* # from wapati

Code:
# suggestion from Simple Sudoku
# Multi-Colors on <1>
 *-----------------------------------------------------------*
 | 6     8     47-1  | 5    A12    129   | 179   3     47    |
 | 3    G14    2     | 148   7     189   | 19    5     6     |
 | 147   9     5     | 14    6     3     | 8     147   2     |
 |-------------------+-------------------+-------------------|
 | 248   24    3     | 167   9     167   | 5     147   478   |
 | 148   7     14    | 2     3     5     | 6     9     48    |
 | 9     5     6     | 178   4     178   | 127   127   3     |
 |-------------------+-------------------+-------------------|
 | 1247 B124   8     | 9    P12    1247  | 3     6     5     |
 | 5     3     17    | 167   8     1267  | 4     27    9     |
 | 247   6     9     | 3     5     247   | 27    8     1     |
 *-----------------------------------------------------------*

Code:
# simple Colors on <7> also exists
 *-----------------------------------------------------------*
 | 6     8    B147   | 5     12    129   | 179   3     47    |
 | 3     14    2     | 148   7     189   | 19    5     6     |
 |G147   9     5     | 14    6     3     | 8    B147   2     |
 |-------------------+-------------------+-------------------|
 | 248   24    3     | 167   9     167   | 5     147   478   |
 | 148   7     14    | 2     3     5     | 6     9     48    |
 | 9     5     6     | 178   4     178   | 127   127   3     |
 |-------------------+-------------------+-------------------|
 | 1247  124   8     | 9     12    1247  | 3     6     5     |
 | 5     3    G17    | 167   8     1267  | 4     2-7   9     |
 | 247   6     9     | 3     5     247   | 27    8     1     |
 *-----------------------------------------------------------*
Back to top
View user's profile Send private message
angusj
Site Admin
Joined: 18 Jun 2005
Posts: 406
:

Items
PostPosted: Sun Dec 10, 2006 12:34 am    Post subject: Re: Simple Sudoku Technique Hierarchy Reply with quote

daj95376 wrote:
I'm confused.

Yes, it looks like a minor bug. I'll check it out. Thanks.

Edit: OK, should be fixed now ...
http://angusj.com/sudoku/
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Sudoku Programmers Forum Index -> Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Sudoku Programmers topic RSS feed 


Powered by phpBB © 2001, 2005 phpBB Group

Igloo Theme Version 1.0 :: Created By: Andrew Charron