added link to sudoku
authorChristian Urban <urbanc@in.tum.de>
Tue, 12 Jun 2012 13:40:40 +0100
changeset 119 91145e24e83d
parent 118 bc58d389106b
child 120 c4b954e76f0b
added link to sudoku
projects.html
--- a/projects.html	Thu May 24 12:37:49 2012 +0100
+++ b/projects.html	Tue Jun 12 13:40:40 2012 +0100
@@ -43,7 +43,8 @@
   is a computationally hard problem (<A HREF="http://en.wikipedia.org/wiki/NP-complete">NP-complete</A>), 
   modern SAT-solvers routinely solve boolean formulas with 100,000 and more variables. 
   Application areas of SAT-solver are manifold: they range from hardware verification to 
-  Sudoku solvers. Every 2 years there is a competition of the best SAT-solvers in the world.</p> 
+  Sudoku solvers (see <a href="http://anytime.cs.umass.edu/aimath06/proceedings/P34.pdf">here</a>) 
+  Every 2 years there is a competition of the best SAT-solvers in the world.</p> 
 
   <p>
   Most SAT-solvers are written in C. The aim of this project is to design and implement