3 releases

0.1.0-alpha.3 Sep 18, 2023

#2223 in Algorithms

Download history 17/week @ 2024-02-23 10/week @ 2024-03-01 2/week @ 2024-03-08 3/week @ 2024-03-15 42/week @ 2024-03-29 12/week @ 2024-04-05

54 downloads per month
Used in logicng

MIT/Apache

515KB
10K SLoC

C++ 9K SLoC // 0.3% comments Rust 185 SLoC // 0.0% comments

Low Level LogicNG Bindings for OpenWBO

Crates.io Docs

Low level Rust bindings for the MaxSAT solver Open-WBO. This crate is used within the logic library LogicNG by activating the feature open_wbo.

Installation

This crate builds the Open-WBO solver from source. There is a LogicNG-specific fork of the solver in this repository which is used in this build step. The code is included with a Git submodule at lib/open_wbo/logicng-open-wbo. When building from source, make sure to load this submodule first via git submodule update --init.

Building is tested on macOS and Linux and should usually just require an installed C++ compiler toolchain an the GMP library which can be installed e.g. on macOS with the popular package manager Homebrew

brew install gmp

or on Debian-based systems:

apt-get install libgmp3-dev

Windows is currently only supported via the Windows Subsystem for Linux (WSL).

Dependencies

~0.6–2MB
~31K SLoC