//! Benchmarking and performance testing
//!
//! This module contains various benchmarks for testing solver performance,
//! precision validation, and constraint handling.
// Re-export main benchmark functionality
pub use *;
// pub use comprehensive_benchmark::*; // Commented out to fix unused warning