#include <vrp_types.h>
Public Attributes | |
| char | infile [MAX_FILE_NAME_LENGTH+1] |
| int | verbosity |
| char | tsp_prob |
| int | k_closest |
| int | min_closest |
| int | max_closest |
| int | add_all_edges |
| int | add_depot_edges |
| int | base_variable_selection |
| int | use_small_graph |
| char | small_graph_file [MAX_FILE_NAME_LENGTH] |
| int | colgen_strat [2] |
| int | test |
| char | test_dir [MAX_FILE_NAME_LENGTH+1] |
Definition at line 102 of file vrp_types.h.
| char VRP_PARAMS::infile[MAX_FILE_NAME_LENGTH+1] |
Definition at line 103 of file vrp_types.h.
Definition at line 104 of file vrp_types.h.
| char VRP_PARAMS::tsp_prob |
Definition at line 105 of file vrp_types.h.
Definition at line 106 of file vrp_types.h.
Definition at line 107 of file vrp_types.h.
Definition at line 108 of file vrp_types.h.
Definition at line 109 of file vrp_types.h.
Definition at line 110 of file vrp_types.h.
Definition at line 111 of file vrp_types.h.
Definition at line 112 of file vrp_types.h.
| char VRP_PARAMS::small_graph_file[MAX_FILE_NAME_LENGTH] |
Definition at line 113 of file vrp_types.h.
| int VRP_PARAMS::colgen_strat[2] |
Definition at line 114 of file vrp_types.h.
| int VRP_PARAMS::test |
Definition at line 122 of file vrp_types.h.
| char VRP_PARAMS::test_dir[MAX_FILE_NAME_LENGTH+1] |
Definition at line 123 of file vrp_types.h.
1.6.1