Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msoeken/header-only-sat

Some scripts to generate header-only versions of C++ SAT solvers
https://github.com/msoeken/header-only-sat

Last synced: 2 days ago
JSON representation

Some scripts to generate header-only versions of C++ SAT solvers

Awesome Lists containing this project

README

        

# Header-only SAT

These scripts help to create a single header file for a SAT solver to be used in a C++ project. So far, there is only a single script for Glucose 4.1.

## Usage

```bash
glucose.sh # generates glucose.hpp based on Glucose 4.1
```