diff options
Diffstat (limited to 'bfs.h')
-rw-r--r-- | bfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -203,6 +203,8 @@ struct expr { bool always_true; /** Whether this expression always evaluates to false. */ bool always_false; + /** Whether this expression never returns. */ + bool never_returns; /** Number of times this predicate was executed. */ size_t evaluations; |