update docs and remove unused option
[satcheck.git] / doc / README.txt
index 7ea531e426fd71c150e7ada634d782e89a86364c..268b9afabd664fb6dda2be85fb8863941c850c72 100644 (file)
@@ -1,3 +1,5 @@
+I. Getting Started
+
 To run SATCheck, you need to have built a SAT Solver from SATlib.  To
 obtain SATlib (from within the SATCheck directory):
 
@@ -13,3 +15,15 @@ Then you can build SATCheck.  Simply type make from within the main
 SATCheck directory.
 
 One might find the options in config.h useful.
+
+
+II. Printing Event Graphs
+
+Uncomment DUMP_EVENT_GRAPHS in config.h
+
+Make clean and the remake the system.
+
+Run the model checker.
+
+Use dot (from graphviz) to convert the outputted dot files into the
+format of your choice.