diff options
Diffstat (limited to 'expr.h')
-rw-r--r-- | expr.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -110,6 +110,8 @@ struct bfs_expr { bool always_true; /** Whether this expression always evaluates to false. */ bool always_false; + /** Whether this expression doesn't appear on the command line. */ + bool synthetic; /** Estimated cost. */ float cost; |