31 std::remove_if(iConfig.begin(),
33 [&labelsToRemove](
auto const&
n) {
return labelsToRemove.find(
n) != labelsToRemove.end(); }),
std::vector< std::string > configurationToModuleBitPosition(std::vector< std::string >)
SchedulingConstructLabelSet const & schedulingConstructLabels()
std::unordered_set< std::string, std::hash< std::string >, std::equal_to<> > SchedulingConstructLabelSet
The label is an indicator of a path scheduling construct and not an actual module.