This directory includes the source code for aSMV. Large part of the
code is inherited from NuSMV. For detailed information about NuSMV refers
to
	http://afrodite.itc.it:1024/~nusmv/

In a number of places changes have been made in order to implement the new
abstraction techniques. Essentially, the directory ./abs include the
source code for automatical abstraction generation, spurious trace
checking, and automatic refinement. The directory ./debug implement
a set of debugging functions. They are very useful in code analysis.

CHANGED
DIRECTORIES			CONTENTS
------------------------------------------------------------------------------
abs		-	functions for abstraction refinement
cmd		-	functions for interactive mode (not supported)
compile		-	functions for building models
dd		-	BDD interface to CUDD
debug		-	functions for debugging
img		-	functions for image computaion.
ltl		-	functions related to LTL model checking (not supported)
mc		-	functions for model checking
node		-	basic node structures for link lists or trees
opt		-	functions related to command line option
parser		-	functions for parsing SMV programs
sm		-	main function directory
utils		-	Misc functions

In these directories, the changed code is annotated by "Yuan Lu".

