//! Symbolic integration support for enhanced numerical methods
//!
//! This module provides symbolic manipulation capabilities that enhance
//! the numerical integration methods, including:
//! - Automatic Jacobian generation using symbolic differentiation
//! - Higher-order ODE to first-order system conversion
//! - Conservation law detection and enforcement
//! - Symbolic simplification for performance optimization
// Re-export main types and functions
pub use ;
pub use ;
pub use ;
pub use ;