Explorar el Código

add (a bit of) a readme

Lucas Stadler %!s(int64=10) %!d(string=hace) años
padre
commit
a70c9c31a7
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      rust/dpll/README.md

+ 12 - 0
rust/dpll/README.md

@ -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).