diff --git a/inference/ISAM2.h b/inference/ISAM2.h index 5419bd58a..eaed35fd4 100644 --- a/inference/ISAM2.h +++ b/inference/ISAM2.h @@ -69,6 +69,7 @@ namespace gtsam { * ISAM2. (update_internal provides access to list of orphans for drawing purposes) */ void linear_update(const FactorGraph& newFactors); + void find_all(sharedClique clique, std::list& keys, const std::list& marked); // helper function void fluid_relinearization(double relinearize_threshold); void update_internal(const NonlinearFactorGraph& newFactors, const Config& newTheta, Cliques& orphans,