selen 0.15.5

Constraint Satisfaction Problem (CSP) solver
Documentation
1
2
3
4
5
6
7
//! Prelude module for CSP solver
//!
//! This module re-exports from the new modular API structure for backward compatibility.

// Re-export everything from the new API prelude
pub use crate::api::prelude::*;