... | ... | @@ -112,9 +112,21 @@ According to the preceding instructions, you must have installed both WPCCP vari |
|
|
|
|
|
## 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
|
|
|
|
|
|
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
|
|
|
``` |