CookBook/Recipes/Sat.thy
author Christian Urban <urbanc@in.tum.de>
Sun, 08 Mar 2009 20:53:00 +0000
changeset 163 2319cff107f0
parent 127 74846cb0fff9
child 180 9c25418db6f0
permissions -rw-r--r--
removed rep_ss, and used dest_ss instead; some very slight changes to simple_inductive


theory Sat
imports Main
begin


section {* SAT Solver *}



end