summaryrefslogtreecommitdiffstats
path: root/include/dfs.h
diff options
context:
space:
mode:
authorAlexandre Jesus <adbjesus@gmail.com>2016-09-25 15:24:57 +0100
committerAlexandre Jesus <adbjesus@gmail.com>2016-09-25 15:24:57 +0100
commit5deedbbbf98e317ef3258ae637097a42ad7e9fd3 (patch)
treeabc7e29bb1d38b3eb593315f0765520a0b48c520 /include/dfs.h
parentab36da1ba07529c54c462906f4b2c2b305b84168 (diff)
downloadlibuknapsack-5deedbbbf98e317ef3258ae637097a42ad7e9fd3.tar.gz
libuknapsack-5deedbbbf98e317ef3258ae637097a42ad7e9fd3.zip
Online method
Diffstat (limited to 'include/dfs.h')
-rw-r--r--include/dfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dfs.h b/include/dfs.h
index 340f5c8..2a2c187 100644
--- a/include/dfs.h
+++ b/include/dfs.h
@@ -4,5 +4,6 @@
#include "structs.h"
struct front_item * dfs(struct data *);
+struct online_return dfs_online(struct data *, struct front_item *, struct tree_item *, long int);
#endif