helib::FlowEdge Class Reference

An edge in a flow graph. More...

#include <matching.h>

Public Member Functions

 FlowEdge (long c=0, long f=0)
 

Public Attributes

long capacity
 
long flow
 

Detailed Description

An edge in a flow graph.

Constructor & Destructor Documentation

◆ FlowEdge()

helib::FlowEdge::FlowEdge ( long  c = 0,
long  f = 0 
)
inlineexplicit

Member Data Documentation

◆ capacity

long helib::FlowEdge::capacity

◆ flow

long helib::FlowEdge::flow