X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=nodestack.cc;h=00cc30f8d7efb22cf9e5b110d4628ac83db55e0f;hp=e6f0269c0c2720a09d1c74882cb597a8afefd044;hb=9eee54de6cd97a5a58f3185de0c4635123d398b2;hpb=8c9713418515a44e0a96cadabca0feececf962b3 diff --git a/nodestack.cc b/nodestack.cc index e6f0269..00cc30f 100644 --- a/nodestack.cc +++ b/nodestack.cc @@ -285,6 +285,7 @@ void Node::clear_backtracking() backtrack[i] = false; for (unsigned int i = 0; i < explored_children.size(); i++) explored_children[i] = false; + numBacktracks = 0; } bool Node::is_enabled(Thread *t) const