GBDC provides efficient implementations of functions for benchmark instance identification, instance feature extraction and instance transformation.
GBDC provides a command-line tool as well as the Python package gbdc.
The Python package gbdc is used by Global Benchmark Database.
GBDC provides benchmark instance identifiers, feature extractors, and instance transformers for several problem domains, including propositional satisfiability (SAT) and optimization (MaxSAT), as well as Pseudo-Boolean Optimization (PBO). A description of the supported domains, feature extractors, and instance transformers can be found in the documentation.
- Pre-built distributions for Linux and MacOS.
- Requires at least Python 3.10.0.
- Installation via
pip install gbdc
- GBDC uses
libarchivefor reading from a large variety of compressed formats (in some systems provided by the packagelibarchive-dev).
-
Install Dependencies (libarchive, pybind, ninja)
- For Ubuntu:
apt install libarchive-dev pybind11-dev ninja-build - For macOS:
brew install libarchive pybind11 ninja
- For Ubuntu:
-
Run
pip install . --userin the repository directory.