|
|
лет назад: 10 | |
|---|---|---|
| .. | ||
| examples | лет назад: 10 | |
| src | лет назад: 10 | |
| .gitignore | лет назад: 10 | |
| Cargo.lock | лет назад: 10 | |
| Cargo.toml | лет назад: 10 | |
| README.md | лет назад: 10 | |
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.
There are a few things here:
a binary that uses these things to parse CNFs on stdin and solves them using the DPLL implementation
you can try it yourself:
$ cat examples/external-02-quinn.cnf | cargo run --release