#include <gtsam/symbolic/SymbolicBayesTree.h>
#include <gtsam/symbolic/SymbolicBayesNet.h>
#include <gtsam/inference/Symbol.h>
#include <gtsam/symbolic/tests/symbolicExampleGraphs.h>
#include <boost/assign/list_of.hpp>
#include <boost/assign/std/vector.hpp>
#include <boost/assign/std/list.hpp>
#include <boost/range/adaptor/indirected.hpp>
#include <CppUnitLite/TestHarness.h>
#include <gtsam/base/TestableAssertions.h>
Go to the source code of this file.
Functions | |
void | getAllCliques (const SymbolicBayesTree::sharedClique &subtree, SymbolicBayesTree::Cliques &cliques) |
int | main () |
TEST (SymbolicBayesTree, clear) | |
TEST (SymbolicBayesTree, clique_structure) | |
TEST (BayesTree, removePath) | |
TEST (BayesTree, removePath2) | |
TEST (BayesTree, removePath3) | |
TEST (BayesTree, shortcutCheck) | |
TEST (BayesTree, removeTop) | |
TEST (BayesTree, removeTop2) | |
TEST (BayesTree, removeTop3) | |
TEST (BayesTree, removeTop4) | |
TEST (BayesTree, removeTop5) | |
TEST (SymbolicBayesTree, thinTree) | |
TEST (SymbolicBayesTree, forest_joint) | |
TEST (SymbolicBayesTree, linear_smoother_shortcuts) | |
TEST (SymbolicBayesTree, complicatedMarginal) | |
TEST (SymbolicBayesTree, COLAMDvsMETIS) | |
Variables | |
static bool | debug = false |
void getAllCliques | ( | const SymbolicBayesTree::sharedClique & | subtree, |
SymbolicBayesTree::Cliques & | cliques | ||
) |
Definition at line 211 of file testSymbolicBayesTree.cpp.
int main | ( | void | ) |
Definition at line 767 of file testSymbolicBayesTree.cpp.
TEST | ( | SymbolicBayesTree | , |
clear | |||
) |
Definition at line 70 of file testSymbolicBayesTree.cpp.
TEST | ( | SymbolicBayesTree | , |
clique_structure | |||
) |
Definition at line 82 of file testSymbolicBayesTree.cpp.
TEST | ( | BayesTree | , |
removePath | |||
) |
Definition at line 123 of file testSymbolicBayesTree.cpp.
TEST | ( | BayesTree | , |
removePath2 | |||
) |
Definition at line 171 of file testSymbolicBayesTree.cpp.
TEST | ( | BayesTree | , |
removePath3 | |||
) |
Definition at line 191 of file testSymbolicBayesTree.cpp.
TEST | ( | BayesTree | , |
shortcutCheck | |||
) |
Definition at line 223 of file testSymbolicBayesTree.cpp.
TEST | ( | BayesTree | , |
removeTop | |||
) |
Definition at line 272 of file testSymbolicBayesTree.cpp.
TEST | ( | BayesTree | , |
removeTop2 | |||
) |
Definition at line 307 of file testSymbolicBayesTree.cpp.
TEST | ( | BayesTree | , |
removeTop3 | |||
) |
Definition at line 333 of file testSymbolicBayesTree.cpp.
TEST | ( | BayesTree | , |
removeTop4 | |||
) |
Definition at line 357 of file testSymbolicBayesTree.cpp.
TEST | ( | BayesTree | , |
removeTop5 | |||
) |
Definition at line 381 of file testSymbolicBayesTree.cpp.
TEST | ( | SymbolicBayesTree | , |
thinTree | |||
) |
Definition at line 403 of file testSymbolicBayesTree.cpp.
TEST | ( | SymbolicBayesTree | , |
forest_joint | |||
) |
Definition at line 525 of file testSymbolicBayesTree.cpp.
TEST | ( | SymbolicBayesTree | , |
linear_smoother_shortcuts | |||
) |
Definition at line 553 of file testSymbolicBayesTree.cpp.
TEST | ( | SymbolicBayesTree | , |
complicatedMarginal | |||
) |
Definition at line 609 of file testSymbolicBayesTree.cpp.
TEST | ( | SymbolicBayesTree | , |
COLAMDvsMETIS | |||
) |
Definition at line 696 of file testSymbolicBayesTree.cpp.
|
static |
Definition at line 39 of file testSymbolicBayesTree.cpp.