Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!ecngs!feeder2.ecngs.de!81.171.88.16.MISMATCH!hq-usenetpeers.eweka.nl!hq-usenetpeers.eweka.nl!bcyclone05.am1.xlned.com!bcyclone05.am1.xlned.com!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.056 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'yet.': 0.04; 'second.': 0.09; 'posted,': 0.16; 'programmatic': 0.16; 'solver': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'finished': 0.19; "hasn't": 0.19; 'typing': 0.19; 'minutes.': 0.22; 'case.': 0.24; 'header:In-Reply- To:1': 0.27; 'tried': 0.27; 'am,': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; '25,': 0.31; 'running': 0.33; 'received:google.com': 0.35; 'done': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'took': 0.61; 'first': 0.61; 'mar': 0.68; '26,': 0.68; '2015': 0.84; 'yet?': 0.84; 'killed': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=HX8DSlItDtQ5fZPicnc2iRJXy90w3aq+R1ozEw04wd0=; b=dhV60vr9Fd1QDSWTj6lHMjouLkqsNEwyfIrlT0Hv8c1KYd8nPuZSdMf8/nVBWzfxkj zQNc/rMw6ivHsCwrJxLgZp98q/jeSnccZ4K6tGELSvy8DS+ZFTFYyhfMIrc/oYiQ0NCb Np3efxN0nCC1Pm8liTw9MtQi2enRB04nUh0m5ru3IcgZo1ivsnHY+7KFOoCiEaFh4PG/ 8/n+TSxvJHfvR69IcDkLES3b/SI3fPFiKScb+raaONH6NVgeFSNTZnG70yCH/fnUgfiX dBfbXiRC1Rfouzu7SeNN5ySQAkIr/8DAcsMDZ6yDsavL7cZVY4Ob0Cm2zVmu+UU9ti18 ONJA== X-Received: by 10.69.12.199 with SMTP id es7mr22969291pbd.138.1427340292212; Wed, 25 Mar 2015 20:24:52 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <87r3sdnw5t.fsf@elektro.pacujo.net> <4e81bdb9-52db-46e6-b449-d4241cb2a3f2@googlegroups.com> <87twx8amww.fsf@elektro.pacujo.net> <87iodoakft.fsf@elektro.pacujo.net> From: Ian Kelly Date: Wed, 25 Mar 2015 21:24:11 -0600 Subject: Re: Sudoku solver To: Python Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1427340295 news.xs4all.nl 2924 [2001:888:2000:d::a6]:33379 X-Complaints-To: abuse@xs4all.nl X-Received-Body-CRC: 3132165482 X-Received-Bytes: 4071 Xref: csiph.com comp.lang.python:88017 On Wed, Mar 25, 2015 at 8:56 PM, Abhiram R wrote: > > On Mar 26, 2015 5:39 AM, "Ian Kelly" wrote: >> > >> "Hard" for a human doesn't necessarily mean "hard" for a programmatic >> solver in this case. Try your solver on this one: >> >> $ cat sudoku2.dat >> . . . 7 . . . . . >> 1 . . . . . . . . >> . . . 4 3 . 2 . . >> . . . . . . . . 6 >> . . . 5 . 9 . . . >> . . . . . . 4 1 8 >> . . . . 8 1 . . . >> . . 2 . . . . 5 . >> . 4 . . . . 3 . . >> >> I tried the first puzzle you posted, and it took about a second. I >> then started running it on this one before I started typing up this >> post, and it hasn't finished yet. > > Sooooo... Is it done yet? And if yes, how long did it take? I don't know, I killed it at about 16 minutes.