nodestack: implement expiration sloppiness parameter
authorBrian Norris <banorris@uci.edu>
Wed, 7 Nov 2012 00:10:33 +0000 (16:10 -0800)
committerBrian Norris <banorris@uci.edu>
Wed, 7 Nov 2012 00:10:33 +0000 (16:10 -0800)
Now, a previously-explored, repeated future value will only generate a
new future-value/expiration pair if the expiration is higher than the
previous expiration + sloppiness. This prevents executions where we
continue to step up the future value expiration by a small increment,
creating the same execution.

This also rewrites the add_future_value() logic just a bit so that it is
a little bit more clear.


No differences found