Skip to content
Snippets Groups Projects
Commit 8911f82b authored by Armin Biere's avatar Armin Biere
Browse files

added

parent 89a2226b
No related branches found
No related tags found
No related merge requests found
language: c
dist: bionic
osx_image: xcode10.2
compiler:
- gcc
- clang
os:
- linux
- osx
branches:
- master
KISSAT is a "keep it simple and clean bare metal SAT solver" written in C.
It is a port of CaDiCaL back to C with improved data structures, better
scheduling of inprocessing and optimized algorithms and implementation.
Coincidentally 'kissat' also means 'cats' in Finnish.
Run './configure && make test' to configure, build and test in 'build'.
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/arminbiere/kissat.svg?branch=master)](https://travis-ci.org/arminbiere/kissat)
The Kissat SAT Solver
=====================
Kissat is a "keep it simple and clean bare metal SAT solver" written in C.
It is a port of CaDiCaL back to C with improved data structures, better
scheduling of inprocessing and optimized algorithms and implementation.
Coincidentally "kissat" also means "cats" in Finnish.
Run `./configure && make test` to configure, build and test in `build`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment