helib::LabeledEdge Class Reference

A generic directed edge in a graph with some labels. More...

#include <matching.h>

Public Member Functions

 LabeledEdge (long f, long t, long l=0, long c=0)
 

Public Attributes

long from
 
long to
 
long label
 
long color
 

Detailed Description

A generic directed edge in a graph with some labels.

Constructor & Destructor Documentation

◆ LabeledEdge()

helib::LabeledEdge::LabeledEdge ( long  f,
long  t,
long  l = 0,
long  c = 0 
)
inline

Member Data Documentation

◆ color

long helib::LabeledEdge::color

◆ from

long helib::LabeledEdge::from

◆ label

long helib::LabeledEdge::label

◆ to

long helib::LabeledEdge::to