sublinear 0.3.1

High-performance sublinear-time solver for asymmetric diagonally dominant systems
Documentation
1
2
3
4
5
6
7
8
//! Command-line interface for the sublinear solver
//!
//! Provides CLI commands for solver operations and scheduler management.
//! Created by rUv - https://github.com/ruvnet

pub mod scheduler;

pub use scheduler::SchedulerCli;