#include <MC.hpp>
Public Member Functions | |
MC_graph_edge () | |
MC_graph_edge (int t, int h, double c) | |
MC_graph_edge () | |
MC_graph_edge (int t, int h, double c) | |
Public Attributes | |
int | tail |
int | head |
double | cost |
Definition at line 27 of file MC.hpp.
MC_graph_edge::MC_graph_edge | ( | int | t, | |
int | h, | |||
double | c | |||
) | [inline] |
MC_graph_edge::MC_graph_edge | ( | int | t, | |
int | h, | |||
double | c | |||
) | [inline] |
double MC_graph_edge::cost |