vbl_edge.cxx
Go to the documentation of this file.
1 #include "vbl_edge.h"
2 bool operator<(const vbl_edge& e0, const vbl_edge& e1){
3  return e0.w_ < e1.w_;
4 }
bool operator<(const vbl_edge &e0, const vbl_edge &e1)
Definition: vbl_edge.cxx:2
float w_
Definition: vbl_edge.h:23
A class representing a graph edge with integer vertex ids.