X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=nodestack.h;h=6ae96be8d508d9b598ae3bb3c396760fea6047da;hp=f26100bad0e359459bf18263009028aa8a28f4e0;hb=HEAD;hpb=9f343c92ce3e9ab184d3b45198aa8e547d5791c4 diff --git a/nodestack.h b/nodestack.h index f26100b..6ae96be 100644 --- a/nodestack.h +++ b/nodestack.h @@ -198,6 +198,7 @@ public: Node * get_next() const; void reset_execution(); void pop_restofstack(int numAhead); + void full_reset(); int get_total_nodes() { return total_nodes; } void print() const;