coin-Bcp
Public Member Functions | Public Attributes | List of all members
MC_graph_edge Class Reference

#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
 

Detailed Description

Definition at line 27 of file MC.hpp.

Constructor & Destructor Documentation

MC_graph_edge::MC_graph_edge ( )
inline

Definition at line 33 of file MC.hpp.

MC_graph_edge::MC_graph_edge ( int  t,
int  h,
double  c 
)
inline

Definition at line 34 of file MC.hpp.

MC_graph_edge::MC_graph_edge ( )
inline

Definition at line 33 of file MC.hpp.

MC_graph_edge::MC_graph_edge ( int  t,
int  h,
double  c 
)
inline

Definition at line 34 of file MC.hpp.

Member Data Documentation

int MC_graph_edge::tail

Definition at line 29 of file MC.hpp.

Referenced by MC_feas_sol::MC_feas_sol().

int MC_graph_edge::head

Definition at line 30 of file MC.hpp.

double MC_graph_edge::cost

Definition at line 31 of file MC.hpp.


The documentation for this class was generated from the following files: