Docs.rs
walky-1.1.0
walky 1.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
lquenti
johann-cm
Dependencies
clap ^4.2.5
normal
delegate ^0.9.0
normal
lazy_static ^1.4.0
normal
mpi ^0.6
normal
optional
nalgebra ^0.32
normal
ordered-float ^3.7.0
normal
priority-queue ^1.3.1
normal
quick-xml ^0.28.2
normal
rand ^0.8
normal
rayon ^1.7.0
normal
rustc-hash ^1.1.0
normal
serde ^1.0.160
normal
approx ^0.5.1
dev
quickcheck ^1.0.3
dev
quickcheck_macros ^1.0.0
dev
Versions
85.34%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
walky
1.1.0
All Items
Crate Items
Modules
Functions
Crate
walky
Copy item path
Source
Modules
§
cli
This module defines the commands and subcommands of the
walky
cli.
computation_
mode
This module contains 3 constants, used for algorithms to distinguish between sqeuential, parallel, or MPI-based computation. Ideally, these constants should belong into one Enum, but at the moment rust does not support const generics for Enums.
datastructures
This module defines basic datastructures for this crate.
mst
Compute a minimum spanning tree
one_
tree
This module is about computing the 1-tree lower bound for the TSP. See
this article
for further information.
parser
This module implements the parser logic for the
TravellingSalesmanProblemInstance
struct.
preconditions
This module defines functions that evaluate, if certain conditions hold on a given graph.
solvers
This is an umbrella module for all types of TSP solvers.
Functions
§
run
This function calls the main logic of our program.