File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.0 )
1+ cmake_minimum_required (VERSION 3.5 )
22project (METIS)
33
44# Add flags for currect directory and below
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ class DiscreteBayesTree {
288288 const DiscreteBayesTreeClique* clique (size_t j) const ;
289289 size_t numCachedSeparatorMarginals () const ;
290290
291- gtsam::DiscreteConditional marginalFactor (size_t key) const ;
291+ gtsam::DiscreteConditional* marginalFactor (size_t key) const ;
292292 gtsam::DiscreteFactorGraph* joint (size_t j1, size_t j2) const ;
293293 gtsam::DiscreteBayesNet* jointBayesNet (size_t j1, size_t j2) const ;
294294
@@ -369,7 +369,7 @@ class DiscreteFactorGraph {
369369 void print (string s = " " ) const ;
370370 bool equals (const gtsam::DiscreteFactorGraph& fg, double tol = 1e-9 ) const ;
371371
372- gtsam::DecisionTreeFactor product () const ;
372+ gtsam::DiscreteFactor* product () const ;
373373 double operator ()(const gtsam::DiscreteValues& values) const ;
374374 gtsam::DiscreteValues optimize () const ;
375375
You can’t perform that action at this time.
0 commit comments