1 #ifndef MHO_EDGEINTERFACE_H
2 #define MHO_EDGEINTERFACE_H
6 #include "GraphCommon.h"
22 virtual cost_t getCost(
void) =0;
23 virtual void setCost(cost_t c) =0 ;
32 #endif // MHO_EDGEINTERFACE_H
Definition: NodeInterface.h:11
Definition: EdgeInterface.h:12