summaryrefslogtreecommitdiff
path: root/sets.h
diff options
context:
space:
mode:
authorMendes Oulamara <oulamara@clipper.ens.fr>2013-12-04 16:47:33 +0100
committerMendes Oulamara <oulamara@clipper.ens.fr>2013-12-04 16:47:33 +0100
commit13d3fd69bc37eb35ccbb6122522c7848a7234245 (patch)
tree88a123a7beb124d0b83f147cf30ea6a8559f943d /sets.h
parent77db931b94870a8f28eef482091924471cd18d64 (diff)
downloadAlgoProg-Projet-13d3fd69bc37eb35ccbb6122522c7848a7234245.tar.gz
AlgoProg-Projet-13d3fd69bc37eb35ccbb6122522c7848a7234245.zip
Add heuritic to bitsets
Diffstat (limited to 'sets.h')
-rw-r--r--sets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sets.h b/sets.h
index ebbed20..cbb37b8 100644
--- a/sets.h
+++ b/sets.h
@@ -60,6 +60,7 @@ bool set_mem(int x, const set s);
bool sets_equal(const set a, const set b);
int elt_of_set(const set s);
+int elt_of_set_heur(const set s, int h);
set set_add(int x, const set s);
void set_add_ip(int x, set s);