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   

Which program for batch?

 
Post new topic   Reply to topic    Sudoku Programmers Forum Index -> Programming sudoku
View previous topic :: View next topic  
Author Message
ChPicard

Joined: 12 Mar 2008
Posts: 82
:
Location: Montreal, Canada

Items
PostPosted: Sat Mar 29, 2008 10:16 am    Post subject: Which program for batch? Reply with quote

Hi

Is there any program which can accept a batch of sudokus to be solved?

Thank you
Back to top
View user's profile Send private message
daj95376

Joined: 05 Feb 2006
Posts: 349
:

Items
PostPosted: Sat Mar 29, 2008 4:59 pm    Post subject: Reply with quote

Many can. It all depends on your output objectives. A backtracking solver can provide solutions. Other solvers exist to provide logical solutions -- within the limits of the techniques they employ.
Back to top
View user's profile Send private message
ChPicard

Joined: 12 Mar 2008
Posts: 82
:
Location: Montreal, Canada

Items
PostPosted: Sat Mar 29, 2008 5:17 pm    Post subject: A batch solver which gives the number of solutions. Reply with quote

daj95376 wrote:
Many can. It all depends on your output objectives. A backtracking solver can provide solutions. Other solvers exist to provide logical solutions -- within the limits of the techniques they employ.


I am looking for a batch solver which gives the number of solutions.

Thanks
Back to top
View user's profile Send private message
gsf

Joined: 18 Aug 2005
Posts: 411
:
Location: NJ USA

Items
PostPosted: Sat Mar 29, 2008 5:40 pm    Post subject: Re: A batch solver which gives the number of solutions. Reply with quote

ChPicard wrote:
daj95376 wrote:
Many can. It all depends on your output objectives. A backtracking solver can provide solutions. Other solvers exist to provide logical solutions -- within the limits of the techniques they employ.

I am looking for a batch solver which gives the number of solutions.

use my solver with these options to list 'grid # solutions'
Code:
-qFN -Ua -f'%v # %#mn'
Back to top
View user's profile Send private message Visit poster's website
ChPicard

Joined: 12 Mar 2008
Posts: 82
:
Location: Montreal, Canada

Items
PostPosted: Wed Apr 02, 2008 3:07 pm    Post subject: Re: A batch solver which gives the number of solutions. Reply with quote

Hello

use my solver with these options to list 'grid # solutions'
Code:
-qFN -Ua -f'%v # %#mn'
[/quote]

I wrote exactly your command line and the answer is :
sudoku: %#mn' : cannot read

Thanks for help
Back to top
View user's profile Send private message
gsf

Joined: 18 Aug 2005
Posts: 411
:
Location: NJ USA

Items
PostPosted: Wed Apr 02, 2008 3:15 pm    Post subject: Re: A batch solver which gives the number of solutions. Reply with quote

ChPicard wrote:

use my solver with these options to list 'grid # solutions'
Code:
-qFN -Ua -f'%v # %#mn'

I wrote exactly your command line and the answer is :
sudoku: %#mn' : cannot read

looks like a quoting problem
use " instead of '
if you are using using CMD.EXE or .BAT
then add -o file to write the output to file and use whatever windows paradigm to view the output
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 -> Programming sudoku 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