selen 0.15.5

Constraint Satisfaction Problem (CSP) solver
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Benchmarking and performance testing
//!
//! This module contains various benchmarks for testing solver performance,
//! precision validation, and constraint handling.

pub mod benchmark_suite;
pub mod manufacturing_constraints;

// Re-export main benchmark functionality
pub use benchmark_suite::*;
// pub use comprehensive_benchmark::*; // Commented out to fix unused warning