Skip to content

adnathanail/broute

Repository files navigation

This project is not to be copied and/or distributed without the express permission of Alexander Nathanail. See LICENSE.md

Broute

A travelling salesman solver for DRT applications.

To run test coverage

rm -rf target/coverage
CARGO_INCREMENTAL=0 RUSTFLAGS='-Cinstrument-coverage' LLVM_PROFILE_FILE='target/coverage/data/cargo-test-%p-%m.profraw' cargo test
grcov ./target/coverage/data --binary-path ./target/debug/deps/ -s . -t html --branch --ignore-not-existing --ignore '../*' --ignore "/*" --ignore "**/target/**" --ignore "**/src/bin/**" -o target/coverage/html

To generate docs

cargo doc --no-deps --open

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published