wrap BayesTree::optimize
parent
4852949b75
commit
5bc7d3333f
|
|
@ -99,6 +99,8 @@ class HybridBayesTree {
|
||||||
bool empty() const;
|
bool empty() const;
|
||||||
const HybridBayesTreeClique* operator[](size_t j) const;
|
const HybridBayesTreeClique* operator[](size_t j) const;
|
||||||
|
|
||||||
|
gtsam::HybridValues optimize() const;
|
||||||
|
|
||||||
string dot(const gtsam::KeyFormatter& keyFormatter =
|
string dot(const gtsam::KeyFormatter& keyFormatter =
|
||||||
gtsam::DefaultKeyFormatter) const;
|
gtsam::DefaultKeyFormatter) const;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue