Module solution_debugger

Module solution_debugger 

Source
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§

InteractiveDebugger
Interactive debugger for real-time solution analysis
SolutionDebugger
Solution debugger