... | ... | @@ -108,13 +108,25 @@ If your julia installation misses any packages, you can install them using the b |
|
|
|
|
|
## Installation
|
|
|
|
|
|
According to the preceding instructions, you must have installed both WPCCP variants and Julia.
|
|
|
According to the preceding instructions, you must have installed both WPCCP variants and Julia.
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
Example usage of the TSP-CP algorithm is set up in the following script.
|
|
|
```
|
|
|
julia ./scripts_test/run_bisection_v2_big_opt.jl
|
|
|
```
|
|
|
|
|
|
|
|
|
# Dubins Travelling Salesman Problem with Circle Placement (DTSP-CP)
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
## Usage |
|
|
\ No newline at end of file |
|
|
Same as for the Euclid variant.
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
Example usage of the TSP-CP algorithm is set up in the following script.
|
|
|
```
|
|
|
julia ./scripts_test/run_dubins_bisection_v2.jl
|
|
|
``` |