ΒΆtemplate <typename GraphT>
void applyR1(GraphT& G,
typename GraphT::NodeId NId)
template <typename GraphT>
void applyR1(GraphT& G,
typename GraphT::NodeId NId)
Description
Reduce a node of degree one. Propagate costs from the given node, which must be of degree one, to its neighbor. Notify the problem domain.
Declared at: llvm/include/llvm/CodeGen/PBQP/ReductionRules.h:30
Templates
- GraphT
Parameters
- GraphT& G
- typename GraphT::NodeId NId