about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-10-28 19:06:51 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-10-28 19:06:51 +0000
commit74ef9ab52bd440187dd21a898c60b9dec792be4a (patch)
tree4d1d52ab28190dcf99e5e04fd4b35d61f77e244f
parent1c921e3d1e242c7d97878b330fa2e35056cccb79 (diff)
downloadklee-74ef9ab52bd440187dd21a898c60b9dec792be4a.tar.gz
Add a link to a neat KLEE usage example.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@117574 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/Documentation.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/Documentation.html b/www/Documentation.html
index cf20cc5d..98d4ef1f 100644
--- a/www/Documentation.html
+++ b/www/Documentation.html
@@ -35,6 +35,13 @@
       the KLEE solver (kleaver).
     </li>
 
+    <li>
+      <a href="http://feliam.wordpress.com/2010/10/07/the-symbolic-maze/">Solving a maze with KLEE</a>:
+
+      A nice explanation of how symbolic execution can be used to generate
+      interesting program inputs. The example shows using KLEE to find all the
+      solutions to a maze game.
+    </li>
   </ol>
 </div>
 </body>