|
|
@ -0,0 +1,12 @@
|
|
|
1
|
# solve
|
|
|
2
|
|
|
|
3
|
**Warning**: *Don't use this, it's basically my "Hello World" in Rust
|
|
|
4
|
and looks and smells accordingly. If you Know Things™ and want to tell
|
|
|
5
|
me how to do stuff better please do so, but don't expect to find pretty
|
|
|
6
|
things yet. Maybe at some point in the future...*
|
|
|
7
|
|
|
|
8
|
That being said, this is me playing around with Rust and writing some
|
|
|
9
|
code related to constraint programming at the same time.
|
|
|
10
|
|
|
|
11
|
Currently there's an incomplete parser for CNFs in DIMAC format in
|
|
|
12
|
[./src/cnf.rs](./src/cnf.rs).
|