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< LabeledVertexleft
 

Detailed Description

A bipartite flow graph.

Member Function Documentation

◆ addEdge()

void helib::BipartitleGraph::addEdge ( long  from,
long  to,
long  label,
long  color = 0 
)
inline

◆ partitionToMatchings()

void helib::BipartitleGraph::partitionToMatchings ( )

◆ printout()

void helib::BipartitleGraph::printout ( )

Member Data Documentation

◆ left

std::vector<LabeledVertex> helib::BipartitleGraph::left