Skip to content

radevgit/csp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSP Solver

rust workflowcodecov

Constraint Satisfaction Problem (CSP) Solver implemented in Rust.

This solver is implemented for my personal projects, however it may be helpful for someone.

Status

Implementation in-progress.

Performance

Design

The implementation follows the minicp design.

Licenses

MIT