projects
/
libdai.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Improved ClusterGraph implementation and MaxSpanningTreePrims implementation.
[libdai.git]
/
src
/
bp.cpp
diff --git
a/src/bp.cpp
b/src/bp.cpp
index
1045ded
..
79d751f
100644
(file)
--- a/
src/bp.cpp
+++ b/
src/bp.cpp
@@
-191,7
+191,6
@@
double BP::run() {
double tic = toc();
Diffs diffs(nrVars(), 1.0);
- typedef pair<size_t,size_t> Edge;
vector<Edge> update_seq;
vector<Factor> old_beliefs;