614 Commits (041e07c76aa794e9ae97e4e221bf4c9f4b90ec3a)

Autor SHA1 Mensaje Fecha
  Lucas Stadler 041e07c76a Fix commas with multiple pages %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 0b7ba6d386 Follow the `next` link and collect the results %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 7eb856b0a5 Extract next link if there is one %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 640a4f7191 Unpaginate all the (json) resources %!s(int64=10) %!d(string=hace) años
  Lucas Stadler c7594b11db Rename starInfo to repoInfo %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 6d09869aa6 Ignore binaries, output directory and sample json %!s(int64=10) %!d(string=hace) años
  Lucas Stadler bef8023f7c Introduce a config struct and cmdline flags %!s(int64=10) %!d(string=hace) años
  Lucas Stadler b019075741 Make stars fly faster %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 94510593c3 Make stars not go lost in the ether %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 0b76da28d9 include from_vec only when running tests %!s(int64=10) %!d(string=hace) años
  Lucas Stadler bd6f9241e8 add two (slightly more complex) examples %!s(int64=10) %!d(string=hace) años
  Lucas Stadler ea6f4850a7 remove two more uses of `.clone` %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 8a2361dd6c replace nested loop with `.find` %!s(int64=10) %!d(string=hace) años
  Lucas Stadler d052a48bd9 link the dpll source from the readme %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 9476b08a70 mention the dpll solver in the readme, document usage %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 95fac8cd93 avoid `.clone()` where possible %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 2c471cd484 add commented out debug statements %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 31f11b62c9 remove threading workaround %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 4fdf121d23 make dpll non-recursive %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 78b1496b22 use a thread to increase the stack size %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 45ea797254 add a few example cnfs %!s(int64=10) %!d(string=hace) años
  Lucas Stadler d827caf10c support multiple spaces between variables %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 7b3037355f make filter condition a bit more obvious %!s(int64=10) %!d(string=hace) años
  Lucas Stadler fe27aa5551 support comments and empty lines %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 19c052f5d8 use dpll on the dimac formula that was parsed from stdin %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 67b0a7f659 make emacs happy (spaces as indents) %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 914f3a7877 it says dpll, but i don't believe it yet %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 9d2e76e077 implement is_clause_unit %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 5bb55f6745 use `.iter().{any,all}` instead of manual iteration %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 77c4e49916 use is_true and is_false in the is_clause_* functions %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 1a75ade163 change is_true and is_false to work properly with unknowns %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 321a0b3969 implement is_true, is_false and is_unknown %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 2a23b38aee implement "detecting" conflict clauses %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 0874ad6401 introduce an alias for clauses %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 35ab48ea8d start a dpll module, just for... fun? %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 318fefac2e mv dpll solve %!s(int64=10) %!d(string=hace) años
  Lucas Stadler a70c9c31a7 add (a bit of) a readme %!s(int64=10) %!d(string=hace) años
  Lucas Stadler e1df0ff76c fix indentation %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 5fddf6bdaa make the warning a bit more appropriate %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 6463f6a53c add a tiny bit of docs %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 7bb7b26bc3 move cnf stuff into a separate crate, not just a module %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 406918f813 move cnf code to a separate file %!s(int64=10) %!d(string=hace) años
  Lucas Stadler d7161531b2 cargoify %!s(int64=10) %!d(string=hace) años
  Lucas Stadler d36ec472e2 put parse_dimac into a module %!s(int64=10) %!d(string=hace) años
  Lucas Stadler d90dd178a0 a tiny bit of docs %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 6e6569a5cf move println!'s out of parse_dimac %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 0a2b2faf84 don't prefix every error value with "Error:" %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 32e45b892b actually return something from parse_dimac %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 18f261e1a4 parse cnf clauses %!s(int64=10) %!d(string=hace) años
  Lucas Stadler 479289db7f make rustc a bit happier %!s(int64=10) %!d(string=hace) años