selen 0.15.5

Constraint Satisfaction Problem (CSP) solver
Documentation
1
2
3
4
5
6
7
8
//! Domain management and integration
//!
//! This module handles variable domain operations and integration with
//! the domain representation system (SparseSet and FloatInterval).

// Re-export domain-related functionality from vars.rs
// Note: Domain operations are currently implemented within Var and Vars types
// in vars.rs. This provides organizational structure for future extraction.