#solver #bindings #maxsat #max-sat #patch #build #eval-max-sat

rsmaxsat

The rsmaxsat is a Rust library that provides bindings for the MaxSAT solver

2 releases

0.1.1 Jan 28, 2025
0.1.0 Jan 28, 2025

#1250 in Math

Download history 185/week @ 2025-01-26 28/week @ 2025-02-02

213 downloads per month

MIT license

18KB
167 lines

rsmaxsat

The rsmaxsat is a Rust library that provides bindings for the MaxSAT solver. Currently supported solvers include:

Build Requirements

To build RSsat, you need the following tools and libraries:

  • C++ compiler (e.g., GCC, Clang)
  • CMake
  • patch command
  • Other standard build tools (make, etc.)

No runtime deps

~0–4MB
~71K SLoC