#include <gtsam/base/Vector.h>#include <gtsam/discrete/DiscreteBayesNet.h>#include <gtsam/discrete/DiscreteBayesTree.h>#include <gtsam/discrete/DiscreteFactorGraph.h>#include <gtsam/inference/BayesNet.h>#include <CppUnitLite/TestHarness.h>#include <iostream>#include <vector>
Go to the source code of this file.
Classes | |
| struct | TestFixture |
Functions | |
| int | main () |
| TEST (DiscreteBayesTree, ThinTree) | |
| TEST (DiscreteBayesTree, Dot) | |
Variables | |
| static constexpr bool | debug = false |
| int main | ( | void | ) |
Definition at line 272 of file testDiscreteBayesTree.cpp.
| TEST | ( | DiscreteBayesTree | , |
| ThinTree | |||
| ) |
Definition at line 77 of file testDiscreteBayesTree.cpp.
| TEST | ( | DiscreteBayesTree | , |
| Dot | |||
| ) |
Definition at line 242 of file testDiscreteBayesTree.cpp.
|
static |
Definition at line 31 of file testDiscreteBayesTree.cpp.