selen 0.15.5

Constraint Satisfaction Problem (CSP) solver
Documentation
1
2
3
4
5
6
7
8
9
10
//! Modular variable view system (Framework Only)
//!
//! This module provides organizational framework for future view system modularization.
//! Currently serves as a demonstration of the final modularization phase structure.

pub mod core;
pub mod extensions;

// Framework is ready but not activated to avoid conflicts
// Future work can gradually migrate views.rs functionality here