//! Core types and traits for the Propaga constraint solver.
//!
//! This crate defines variables, domains, propagators, explanations, nogoods,
//! and the propagation context used by the engine and search layers.
pub use PropagationContext;
pub use ;
pub use PropagaError;
pub use ;
pub use ;
pub use Propagator;
pub use ;
pub use PropagationStatus;