Module: Route4me::AlgorithmType

Defined in:
lib/route4me/enum/algorithm_type.rb

Constant Summary collapse

TSP =
1
VRP =
2
CVRP_TW_SD =
3
CVRP_TW_MD =
4
TSP_TW =
5
TSP_TW_CR =
6
BBCVRP =
7