CSP Solver
A Constraint Satisfaction Problem (CSP) solver library written in Rust.
Status
The new implementation follows the design and implementation of Copper v0.1.0.
The library is currently in active development. Features and APIs may change as we refine the implementation and add new functionality.
Supported types:
- Int, Float, Mixed
Overview
This library provides efficient algorithms and data structures for solving constraint satisfaction problems. CSPs are mathematical problems defined as a set of objects whose state must satisfy a number of constraints or limitations.
Installation
Add this to your Cargo.toml
:
[]
= "0.3.4"
Examples
Basic Usage
use *;
License
This project is licensed under the MIT License - see the LICENSE file for details.