diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2010-12-09 18:40:58 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2010-12-09 18:40:58 +0000 |
commit | 6b5c91d2bb3f93f2e2a9d4b64bee71413007cd4a (patch) | |
tree | e777856c3341f137538bbd3d7b7ff80584ed8de2 /www/Documentation.html | |
parent | 6059a197c0ef4760d680973c9fa10459b1746b8c (diff) | |
download | klee-6b5c91d2bb3f93f2e2a9d4b64bee71413007cd4a.tar.gz |
Moved maze example to the Tutorials page.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@121394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/Documentation.html')
-rw-r--r-- | www/Documentation.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/www/Documentation.html b/www/Documentation.html index 98d4ef1f..cf20cc5d 100644 --- a/www/Documentation.html +++ b/www/Documentation.html @@ -35,13 +35,6 @@ 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> |