Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/msoeken/header-only-sat
- Owner: msoeken
- Created: 2018-10-08T12:35:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T13:55:03.000Z (about 6 years ago)
- Last Synced: 2024-11-08T15:52:00.348Z (about 2 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```