Expand description
Solution debugger for quantum optimization.
This module provides comprehensive debugging tools for analyzing quantum optimization solutions, constraint violations, and solution quality.
Re-exports§
pub use analysis::*;pub use comparison::*;pub use config::*;pub use constraint_analyzer::*;pub use energy_analyzer::*;pub use reporting::*;pub use types::*;pub use visualization::*;
Modules§
- analysis
- Analysis results for the solution debugger.
- comparison
- Solution comparison functionality for the solution debugger.
- config
- Configuration types for the solution debugger.
- constraint_
analyzer - Constraint analysis functionality for the solution debugger.
- energy_
analyzer - Energy analysis functionality for the solution debugger.
- reporting
- Reporting functionality for the solution debugger.
- types
- Core types for the solution debugger.
- visualization
- Visualization functionality for the solution debugger.
Structs§
- Interactive
Debugger - Interactive debugger for real-time solution analysis
- Solution
Debugger - Solution debugger