//! Core functionality
//!
//! This module contains fundamental types used throughout the CSP solver:
//! - Error types and result handling
//! - Solution representation
//! - Validation utilities
// Re-export everything from submodules
pub use *;
pub use *;
pub use *;