1 #ifndef PMPL_SAFE_INTERVAL_TOOL_H_
2 #define PMPL_SAFE_INTERVAL_TOOL_H_
88 bool IsSafe(
const Cfg& _cfg,
const double _timestep);
96 Intervals ComputeSafeIntervals(
const std::vector<Cfg>& _cfgs);
102 std::string m_vcLabel;
105 std::unordered_map<const Cfg*, Intervals> m_cfgIntervals;
108 std::unordered_map<const WeightType*, Intervals> m_edgeIntervals;
Definition: GenericStateGraph.h:67
STAPLGraph::vertex_descriptor VID
Definition: GenericStateGraph.h:83
Definition: MPBaseObject.h:46