varisat icon indicating copy to clipboard operation
varisat copied to clipboard

Implement standardized incremental SAT solver interface: IPASIR

Open Robbepop opened this issue 7 years ago • 2 comments

Do you have plans to implement the incremental SAT solver interface IPASIR? I have written a Rust interface for it that can be found here shamelesspug and would love seeing a Rust SAT solver implementing it so that higher level Rust solvers can make use of it.

Robbepop avatar Apr 10 '19 22:04 Robbepop

I do :) it's not a high priority for me right now, but I will add it eventually. My plan is to have a varisat_ipasir crate that is a wrapper around varisat's Rust API.

jix avatar Apr 11 '19 06:04 jix

Sounds good to me!

Robbepop avatar Apr 11 '19 08:04 Robbepop