BROKEN: restructure much of ModelChecker as ModelExecution class
authorBrian Norris <banorris@uci.edu>
Tue, 16 Apr 2013 01:25:53 +0000 (18:25 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 16 Apr 2013 01:53:50 +0000 (18:53 -0700)
commita22d12cff31e5309eb0033324d3dd0258de53cb5
tree4295b146566dd41100a6d78bdfbf4dffc1fd6b44
parentc123ef2c7d98d23474d2d2b121b56b502d75665b
BROKEN: restructure much of ModelChecker as ModelExecution class

This will *not* compile fully. It is an interim step in which I move
much of the ModelChecker code into a separate class which does not need
to be globally-accessible. The next few commits should fix the compile
problems as I rewrite/remove some interfaces.
Makefile
execution.cc [new file with mode: 0644]
execution.h [new file with mode: 0644]
model.cc
model.h