Archived
1
0
Fork 0
No description
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.
Find a file
2023-08-02 18:59:49 +02:00
crates Done 2023-08-02 17:38:44 +02:00
src Done 2023-08-02 17:38:44 +02:00
.gitignore Done 2023-08-02 17:38:44 +02:00
Cargo.lock Done 2023-08-02 17:38:44 +02:00
Cargo.toml Done 2023-08-02 17:38:44 +02:00
LICENSE.txt Initial commit 2023-07-06 16:35:21 +02:00
README.md Add README 2023-08-02 18:59:49 +02:00

Pivot-SAW

Pivot self avoiding walk

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