helib::BipartitleGraph Class Reference
A bipartite flow graph. More...
#include <matching.h>
Public Member Functions | |
void | addEdge (long from, long to, long label, long color=0) |
void | partitionToMatchings () |
void | printout () |
Public Attributes | |
std::vector< LabeledVertex > | left |
Detailed Description
A bipartite flow graph.
Member Function Documentation
◆ addEdge()
|
inline |
◆ partitionToMatchings()
void helib::BipartitleGraph::partitionToMatchings | ( | ) |
◆ printout()
void helib::BipartitleGraph::printout | ( | ) |
Member Data Documentation
◆ left
std::vector<LabeledVertex> helib::BipartitleGraph::left |