savannah-register-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-register-public] [task #4896] Submission of Sudoku Solver and


From: Mike Moreton
Subject: [Savannah-register-public] [task #4896] Submission of Sudoku Solver and Generator
Date: Fri, 4 Nov 2005 13:43:33 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

URL:
  <http://savannah.nongnu.org/task/?func=detailitem&item_id=4896>

                 Summary: Submission of Sudoku Solver and Generator
                 Project: Savannah Administration
            Submitted by: mike_moreton
            Submitted on: Fri 11/04/05 at 13:43
         Should Start On: Fri 11/04/05 at 00:00
   Should be Finished on: Mon 11/14/05 at 00:00
                Category: Project Approval
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Percent Complete: 0%
             Open/Closed: Open
                  Effort: 0.00

    _______________________________________________________

Details:

A new project has been registered at Savannah 
The project account will remain inactive until a site admin approve or
discard the registration.


######### REGISTRATION ADMINISTRATION #########

While this item will be useful to track the registration process, approving
or discarding the registration must be done using the specific "Group
Administration" page, accessible only to site administrators, effectively
logged as site administrators (superuser):

  <https://savannah.nongnu.org/admin/groupedit.php?group_id=8087>


######### REGISTRATION DETAILS ######### 

Full Name:
----------
  Sudoku Solver and Generator

System Group Name:
-----------------
  ssudoku

Type:
-----
  non-GNU software &amp; documentation

License:
-------- 
  GNU General Public License V2 or later

Description:
------------
  This project would be a command line program to solve and generate SuDoku
number puzzles (as found in many newspapers worldwide).

I have written code to do this, though it needs reworking to make it suitable
for release as a generally available program - for example at the moment if
you wish to change the size of puzzle created, you need to recompile the
program.  Obviously this should be a command line option.

The code is held in a single C++ source file.  The includes are as follows:

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <time.h>

The link line is:

g++ -o ssudoku solve.o

(I can email the code, but I'm still tidying it...)


Other Software Required:
------------------------
  None.








    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?func=detailitem&item_id=4896>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]