wrap BayesTree::optimize

release/4.3a0
Varun Agrawal 2022-08-31 12:26:29 -04:00
parent 4852949b75
commit 5bc7d3333f
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ class HybridBayesTree {
bool empty() const;
const HybridBayesTreeClique* operator[](size_t j) const;
gtsam::HybridValues optimize() const;
string dot(const gtsam::KeyFormatter& keyFormatter =
gtsam::DefaultKeyFormatter) const;
};