Skip to content

Releases: AHartNtkn/odesat

Release 2

07 Jul 04:29
1a115c5
Compare
Choose a tag to compare
  • License added
  • Clause distribution-based preprocessing introduced, substantially increasing reliability when solving low clause-to-variable cnfs.
  • Added ability to run multiple simulations interlaced instead of sequentially.

Initial Release

22 Jun 04:44
ef8d5c3
Compare
Choose a tag to compare

This implements essentially all the features mentioned in the original paper, except the non-euler integration methods. It can solve many hard SAT instances, but testing shows that for many classes of problems, particularly those with low clause-to-variable ratios, it often struggles where other SAT solvers would succeed. But, for many large problems with a high clause-to-variable ratio, it often succeeds where other solvers would struggle. It's in a usable enough state for experimentation purposes.