#include <gtsam/discrete/DiscreteBayesNet.h>#include <gtsam/discrete/DiscreteFactorGraph.h>#include <gtsam/discrete/DiscreteMarginals.h>#include <gtsam/base/debug.h>#include <gtsam/base/Testable.h>#include <gtsam/base/Vector.h>#include <CppUnitLite/TestHarness.h>#include <boost/assign/list_inserter.hpp>#include <boost/assign/std/map.hpp>#include <iostream>#include <string>#include <vector>
Go to the source code of this file.
Functions | |
| int | main () |
| TEST (DiscreteBayesNet, bayesNet) | |
| TEST (DiscreteBayesNet, Asia) | |
| TEST_UNSAFE (DiscreteBayesNet, Sugar) | |
| int main | ( | void | ) |
Definition at line 153 of file testDiscreteBayesNet.cpp.
| TEST | ( | DiscreteBayesNet | , |
| bayesNet | |||
| ) |
Definition at line 42 of file testDiscreteBayesNet.cpp.
| TEST | ( | DiscreteBayesNet | , |
| Asia | |||
| ) |
Definition at line 72 of file testDiscreteBayesNet.cpp.
| TEST_UNSAFE | ( | DiscreteBayesNet | , |
| Sugar | |||
| ) |
Definition at line 138 of file testDiscreteBayesNet.cpp.