pathrex 0.1.0

Library and CLI for benchmarking RPQ/CFL queries on edge-labeled graphs via SuiteSparse:GraphBLAS and LAGraph.
Documentation
1
2
3
4
5
6
7
//! Benchmarking subsystem for the `pathrex bench` subcommand.

pub mod error;
pub mod estimates;
pub mod runner;

pub use error::BenchError;