chrjabs / rustsat

This library aims to provide implementations of elements commonly used in the development on software in the area of satisfiability solving. The focus of the library is to provide as much ease of use without giving up on performance.
https://crates.io/crates/rustsat
MIT License
12 stars 7 forks source link

Kissat cadical src #149

Open chrjabs opened 3 weeks ago

chrjabs commented 3 weeks ago

Description of the Contribution

Include Kissat and CaDiCaL source for default version. So far, CaDiCaL sources are not included yet, since I don't know how to reliably patch something that is not in a git repo.

resolves #147

PR Checklist