Skip to content

oelrich/clp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Constraint Logic Programming

An attempt to learn Rust by building a costraint logic solver.

Code Review Wanted!

I'm trying to learn Rust and would really appreciate feedback on this project; any scope, any area. Reference what your comment is about and create a git issue or toss me an email!

Background

The basic idea is to give the software a program on the lines of:

a ∈ [1,2,3]
a * 5 > 9
min a

Which should respond with:

a = 2

But at the moment that is quite a bit away.

There are only two hard problems in computer science: naming things, cache consistency and off by one errors.

About

Constraint Logic Programming library implemented in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages