//! Modular constraint propagator system (Framework)
//!
//! This module demonstrates the final modularization phase structure.
//! Framework is ready for future migration of props/mod.rs functionality.
// Framework modules for demonstration - not exported to avoid conflicts\n// pub use core_framework::*;
// Framework available but not activated to maintain compatibility
// Re-export everything from the props submodule for backward compatibility
pub use crate*;
// Organized propagator categories (currently organizational only)