sublinear 0.3.0

High-performance sublinear-time solver for asymmetric diagonally dominant systems
Documentation
1
2
3
4
5
6
7
8
9
10
//! MCP (Model Context Protocol) tool integration for sublinear solver
//!
//! Provides MCP server endpoints for solver and scheduler operations.
//! Created by rUv - https://github.com/ruvnet

#[cfg(feature = "cli")]
pub mod scheduler_tool;

#[cfg(feature = "cli")]
pub use scheduler_tool::SchedulerTool;