Defines the DiscreteSearch class for discrete search algorithms. More...
#include <gtsam/discrete/DiscreteBayesNet.h>
#include <gtsam/discrete/DiscreteBayesTree.h>
#include <queue>
Go to the source code of this file.
Classes | |
class | gtsam::DiscreteSearch |
DiscreteSearch: Search for the K best solutions. More... | |
struct | gtsam::DiscreteSearch::Slot |
struct | gtsam::DiscreteSearch::Solution |
Namespaces | |
gtsam | |
traits | |
Typedefs | |
using | gtsam::DiscreteSearchSolution = DiscreteSearch::Solution |
Defines the DiscreteSearch class for discrete search algorithms.
This file contains the definition of the DiscreteSearch class, which is used in discrete search algorithms to find the K best solutions.
Definition in file DiscreteSearch.h.