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.
pip install gbdclibarchive for reading from a large variety of compressed formats (in some systems provided by the package libarchive-dev).apt install libarchive-dev pybind11-dev ninja-buildbrew install libarchive pybind11 ninjapip install . --user in the repository directory.
<!– #### Shipped DependenciesA copy of the command-line argument parser by P. S. Kumar argparse.h (MIT licensed) resides in the lib folder.
A copy of the MD5 hash implementation by M. Lloyd (MIT licensed) resides in the lib folder. –>