Sin Descripción

Lucas Stadler 95fac8cd93 avoid `.clone()` where possible %!s(int64=10) %!d(string=hace) años
..
examples 78b1496b22 use a thread to increase the stack size %!s(int64=10) %!d(string=hace) años
src 95fac8cd93 avoid `.clone()` where possible %!s(int64=10) %!d(string=hace) años
.gitignore 318fefac2e mv dpll solve %!s(int64=10) %!d(string=hace) años
Cargo.lock 318fefac2e mv dpll solve %!s(int64=10) %!d(string=hace) años
Cargo.toml 318fefac2e mv dpll solve %!s(int64=10) %!d(string=hace) años
README.md 318fefac2e mv dpll solve %!s(int64=10) %!d(string=hace) años

README.md

solve

Warning: Don't use this, it's basically my "Hello World" in Rust and looks and smells accordingly. If you Know Things™ and want to tell me how to do stuff better please do so, but don't expect to find pretty things yet. Maybe at some point in the future...

That being said, this is me playing around with Rust and writing some code related to constraint programming at the same time.

Currently there's an incomplete parser for CNFs in DIMAC format in ./src/cnf.rs.