... | ... | @@ -51,7 +51,7 @@ Parameters: \ |
|
|
|
|
|
Example usage of the WPCCP algorithm is set up in the following script.
|
|
|
```
|
|
|
julia ./scripts_test/run_WPCCP.jl
|
|
|
julia ./scripts_demo/run_WPCCP.jl
|
|
|
```
|
|
|
|
|
|
## Soft WPCCP variant
|
... | ... | @@ -100,7 +100,7 @@ Follow the instructions to install Julia for your specific system: [https://juli |
|
|
|
|
|
Example usage of the GRASP TSP-SD algorithm is set up in the following script.
|
|
|
```
|
|
|
julia ./scripts_test/run_GRASP_small.jl
|
|
|
julia ./scripts_demo/run_TSP-SD.jl
|
|
|
```
|
|
|
If your julia installation misses any packages, you can install them using the built-in Julia package manager.
|
|
|
|
... | ... | |