Commit 28ff6f7e authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

use 'bound' to computer state_depth faster when available

When doing bounded model checking (--bound with a non-zero limit), we have a
'bound' member of the state struct. This allows us to directly compute the depth
of a state without having to walk the linked-list of its previous pointers. This
isn't normally a performance-critical path anyway, but there seemed no reason
not to speed this up.
parent 41eab064
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment