#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 355 of file testDiscreteFactorGraph.cpp.
| TEST | ( | DiscreteFactorGraph | , |
| Dot | |||
| ) |
Definition at line 260 of file testDiscreteFactorGraph.cpp.
| TEST | ( | DiscreteFactorGraph | , |
| DotWithNames | |||
| ) |
Definition at line 287 of file testDiscreteFactorGraph.cpp.
| TEST | ( | DiscreteFactorGraph | , |
| marginalIsNotMPE | |||
| ) |
Definition at line 204 of file testDiscreteFactorGraph.cpp.
| TEST | ( | DiscreteFactorGraph | , |
| markdown | |||
| ) |
Definition at line 317 of file testDiscreteFactorGraph.cpp.
| TEST | ( | DiscreteFactorGraph | , |
| test | |||
| ) |
Definition at line 102 of file testDiscreteFactorGraph.cpp.
| TEST | ( | DiscreteFactorGraph | , |
| testMPE_Darwiche09book_p244 | |||
| ) |
Definition at line 225 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 179 of file testDiscreteFactorGraph.cpp.