LLVM API Documentation

Namespaces | Functions
ReductionRules.h File Reference
#include "Graph.h"
#include "Math.h"
#include "Solution.h"
Include dependency graph for ReductionRules.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  PBQP

Functions

template<typename GraphT >
void PBQP::applyR1 (GraphT &G, typename GraphT::NodeId NId)
 Reduce a node of degree one.
template<typename GraphT >
void PBQP::applyR2 (GraphT &G, typename GraphT::NodeId NId)
template<typename GraphT , typename StackT >
Solution PBQP::backpropagate (GraphT &G, StackT stack)