#include <gtsam/inference/FactorGraph.h>#include <gtsam/inference/EliminateableFactorGraph.h>#include <gtsam/inference/Ordering.h>#include <gtsam/discrete/DecisionTreeFactor.h>#include <gtsam/discrete/DiscreteBayesNet.h>#include <gtsam/base/FastSet.h>#include <boost/make_shared.hpp>

Go to the source code of this file.
Classes | |
| class | gtsam::DiscreteFactorGraph |
| struct | gtsam::EliminationTraits< DiscreteFactorGraph > |
| struct | gtsam::traits< DiscreteFactorGraph > |
| traits More... | |
Namespaces | |
| gtsam | |
| traits | |
Functions | |
| std::pair< DiscreteConditional::shared_ptr, DecisionTreeFactor::shared_ptr > | gtsam::EliminateDiscrete (const DiscreteFactorGraph &factors, const Ordering &frontalKeys) |
Definition in file DiscreteFactorGraph.h.