Default traits class of HowardMmc class.
GR | The type of the digraph. |
CM | The type of the cost map. It must conform to the ReadMap concept. |
#include <lemon/howard_mmc.h>
Public Types | |
typedef GR | Digraph |
The type of the digraph. | |
typedef CM | CostMap |
The type of the cost map. | |
typedef CostMap::Value | Cost |
The type of the arc costs. | |
typedef double | LargeCost |
The large cost type used for internal computations. More... | |
typedef lemon::Tolerance < LargeCost > | Tolerance |
The tolerance type used for internal computations. | |
typedef lemon::Path< Digraph > | Path |
The path type of the found cycles. More... | |
typedef double LargeCost |
The large cost type used for internal computations. It is long
long
if the Cost
type is integer, otherwise it is double
. Cost
must be convertible to LargeCost
.
typedef lemon::Path<Digraph> Path |
The path type of the found cycles. It must conform to the Path concept and it must have an addBack()
function.