Archived
1
0
Fork 0
This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
pivot-saw/README.md

17 lines
433 B
Markdown
Raw Permalink Normal View History

2023-08-02 16:59:49 +00:00
# Pivot-SAW
**Pivot** **s**elf **a**voiding **w**alk
## How to run it
### Visualization
The visualization can be run using the command `cargo run --release` in the directory `crates/visualization`.
### Analysis
You can run the analysis by executing the following two commands in the directory `crates/analysis`:
- `cargo run --release` which generates `analysis.csv`
- `julia --project main.jl` which generates `analysis.png`