#include <gtsam/discrete/DiscreteFactor.h>
#include <gtsam/discrete/DiscreteFactorGraph.h>
#include <gtsam/discrete/DiscreteEliminationTree.h>
#include <gtsam/discrete/DiscreteBayesTree.h>
#include <gtsam/inference/BayesNet.h>
#include <CppUnitLite/TestHarness.h>
#include <boost/assign/std/map.hpp>
Go to the source code of this file.
Functions | |
int | main () |
TEST (DiscreteFactorGraph, test) | |
TEST (DiscreteFactorGraph, testMPE) | |
TEST (DiscreteFactorGraph, testMPE_Darwiche09book_p244) | |
TEST_UNSAFE (DiscreteFactorGraph, debugScheduler) | |
TEST_UNSAFE (DiscreteFactorGraph, DiscreteFactorGraphEvaluationTest) | |
Test the () operator of DiscreteFactorGraph. More... | |
int main | ( | void | ) |
Definition at line 363 of file testDiscreteFactorGraph.cpp.
TEST | ( | DiscreteFactorGraph | , |
test | |||
) |
Definition at line 118 of file testDiscreteFactorGraph.cpp.
TEST | ( | DiscreteFactorGraph | , |
testMPE | |||
) |
Definition at line 177 of file testDiscreteFactorGraph.cpp.
TEST | ( | DiscreteFactorGraph | , |
testMPE_Darwiche09book_p244 | |||
) |
Definition at line 197 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 73 of file testDiscreteFactorGraph.cpp.