summaryrefslogtreecommitdiffstats
path: root/bftw.h
diff options
context:
space:
mode:
Diffstat (limited to 'bftw.h')
-rw-r--r--bftw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bftw.h b/bftw.h
index c08544d..4aecaf7 100644
--- a/bftw.h
+++ b/bftw.h
@@ -202,6 +202,8 @@ enum bftw_strategy {
BFTW_DFS,
/** Iterative deepening search. */
BFTW_IDS,
+ /** Exponential deepening search. */
+ BFTW_EDS,
};
/**