39 #ifndef OMPL_MULTILEVEL_PLANNERS_BUNDLESPACE_IMPORTANCE_GREEDY_
40 #define OMPL_MULTILEVEL_PLANNERS_BUNDLESPACE_IMPORTANCE_GREEDY_
41 #include <ompl/multilevel/datastructures/importance/BundleSpaceImportance.h>
47 class BundleSpaceImportanceGreedy :
public BundleSpaceImportance
49 using BaseT = BundleSpaceImportance;
52 BundleSpaceImportanceGreedy() =
delete;
53 BundleSpaceImportanceGreedy(BundleSpaceGraph *graph);
55 ~BundleSpaceImportanceGreedy() =
default;
57 virtual double eval()
override;
60 double getLevelConstant();