LLVM API Documentation
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) |