From eedd61c4f3f111a7edd9e73b453f700c93ad7416 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 17 Jun 2011 05:50:03 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=23739 --- doc/projects.inc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/projects.inc b/doc/projects.inc index eb0a0a4600..2944dfbf68 100644 --- a/doc/projects.inc +++ b/doc/projects.inc @@ -394,6 +394,14 @@ $math = array( // tra("The eight queens problem consists of trying to place eight queens on a chessboard so that no queen attacks any other queen. I has long been known that there are 92 solutions, of which 12 are distinct. NQueens@home studies the generalization to N queens on an NxN board, for N=19 and greater."), // "NQueens-Logo1b.png" // ), + array( + "sudoku@vtaiwan", + "http://sudoku.nctu.edu.tw/", + "National Chiao Tung University, Taiwan", + tra("Mathematics"), + "Sudoku@vtaiwan seeks to solve the minimum Sudoku problem, which is a well-known problem in mathematics and computer science.", + "sudoku.png" + ), ), );