1. 05 Mar, 2019 1 commit
  2. 06 Mar, 2017 1 commit
  3. 11 Feb, 2017 2 commits
  4. 02 Feb, 2017 1 commit
  5. 28 Jan, 2017 2 commits
  6. 25 Jan, 2017 2 commits
  7. 13 Dec, 2016 3 commits
  8. 12 Dec, 2016 1 commit
    • xSAT is an experimental SAT Solver based on Glucose v3(see Glucose copyrights… · 5351ab4b
      xSAT is an experimental SAT Solver based on Glucose v3(see Glucose copyrights below) and ABC C version of
      MiniSat (bsat) developed by Niklas Sorensson and modified by Alan Mishchenko. It’s development has reached
      sufficient maturity to be committed in ABC, but still in a beta state.
      
      TODO:
      * Read compressed CNF files.
      * Study the use of floating point for variables and clauses activity.
      * Better documentation.
      * Improve verbose messages.
      * Expose parameters for tuning.
      Bruno Schmitt committed