//! Debugging Support for OxiZ Solver.
//!
//! This module provides comprehensive debugging tools for SMT solving:
//!
//! - **Visualization**: Solver state snapshots and DOT graph generation
//! - **Tracing**: Event recording and trace generation
//! - **Conflict Explanation**: Human-readable UNSAT and conflict explanations
//! - **Model Minimization**: Finding minimal satisfying models
//!
//! All functionality is feature-gated behind the `debug` feature.
use crate*;
pub use ;
pub use ;
pub use ;
pub use ;