Expand description
§CSP Solver
A constraint satisfaction problem (CSP) solver library.
This library provides tools for solving constraint satisfaction problems, including constraint propagation and search algorithms.
§Features
- Constraint propagation
- Backtracking search
- Domain filtering
- Support for various constraint types
§Example
use csp::*;
// Example usage will be added as the library developsEnums§
- CspError
- CSP Solver error types
Type Aliases§
- CspResult
- Result type for CSP operations