model: add curr to action lists early
authorBrian Norris <banorris@uci.edu>
Tue, 18 Sep 2012 23:42:09 +0000 (16:42 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 18 Sep 2012 23:48:04 +0000 (16:48 -0700)
commit502c7029755b194e52526fe26c2e7327b5d64101
treebca4293af5b39370a7ab19ab89453d6ebc524933
parent7bd10d9157220e7eebfbb67c3c3f12ad2a9deb97
model: add curr to action lists early

The current action should be added to the ModelChecker lists early within
check_current_action, so that we can have consistency throughout the function.
We only allow an isolated piece of initialization (initialize_curr_action) to
occur before this step.
model.cc