#include <CppUnitLite/TestHarness.h>
#include <gtsam/base/TestableAssertions.h>
#include <gtsam/discrete/DiscreteBayesTree.h>
#include <gtsam/discrete/DiscreteEliminationTree.h>
#include <gtsam/discrete/DiscreteFactor.h>
#include <gtsam/discrete/DiscreteFactorGraph.h>
#include <gtsam/inference/BayesNet.h>
#include <gtsam/inference/Symbol.h>
Go to the source code of this file.
Functions | |
int | main () |
TEST (DiscreteFactorGraph, Dot) | |
TEST (DiscreteFactorGraph, DotWithNames) | |
TEST (DiscreteFactorGraph, marginalIsNotMPE) | |
TEST (DiscreteFactorGraph, markdown) | |
TEST (DiscreteFactorGraph, test) | |
TEST (DiscreteFactorGraph, testMPE_Darwiche09book_p244) | |
TEST_UNSAFE (DiscreteFactorGraph, debugScheduler) | |
TEST_UNSAFE (DiscreteFactorGraph, DiscreteFactorGraphEvaluationTest) | |
Test the () operator of DiscreteFactorGraph. More... | |
TEST_UNSAFE (DiscreteFactorGraph, testMaxProduct) | |
int main | ( | ) |
Definition at line 353 of file testDiscreteFactorGraph.cpp.
TEST | ( | DiscreteFactorGraph | , |
Dot | |||
) |
Definition at line 258 of file testDiscreteFactorGraph.cpp.
TEST | ( | DiscreteFactorGraph | , |
DotWithNames | |||
) |
Definition at line 285 of file testDiscreteFactorGraph.cpp.
TEST | ( | DiscreteFactorGraph | , |
marginalIsNotMPE | |||
) |
Definition at line 202 of file testDiscreteFactorGraph.cpp.
TEST | ( | DiscreteFactorGraph | , |
markdown | |||
) |
Definition at line 315 of file testDiscreteFactorGraph.cpp.
TEST | ( | DiscreteFactorGraph | , |
test | |||
) |
Definition at line 102 of file testDiscreteFactorGraph.cpp.
TEST | ( | DiscreteFactorGraph | , |
testMPE_Darwiche09book_p244 | |||
) |
Definition at line 223 of file testDiscreteFactorGraph.cpp.
TEST_UNSAFE | ( | DiscreteFactorGraph | , |
debugScheduler | |||
) |
Definition at line 33 of file testDiscreteFactorGraph.cpp.
TEST_UNSAFE | ( | DiscreteFactorGraph | , |
DiscreteFactorGraphEvaluationTest | |||
) |
Test the () operator of DiscreteFactorGraph.
Definition at line 57 of file testDiscreteFactorGraph.cpp.
TEST_UNSAFE | ( | DiscreteFactorGraph | , |
testMaxProduct | |||
) |
Definition at line 177 of file testDiscreteFactorGraph.cpp.