#include <VrpCommonTypes.h>

Public Attributes | |
| int | algorithm |
| double | solve_time |
| int | cost |
| int | numroutes |
| route_data * | route_info |
| _node * | tour |
Definition at line 33 of file VrpCommonTypes.h.
| int BEST_TOURS::algorithm |
Definition at line 34 of file VrpCommonTypes.h.
| double BEST_TOURS::solve_time |
Definition at line 35 of file VrpCommonTypes.h.
| int BEST_TOURS::cost |
Definition at line 36 of file VrpCommonTypes.h.
| int BEST_TOURS::numroutes |
Definition at line 37 of file VrpCommonTypes.h.
| route_data* BEST_TOURS::route_info |
Definition at line 38 of file VrpCommonTypes.h.
| _node* BEST_TOURS::tour |
Definition at line 39 of file VrpCommonTypes.h.
1.8.5