Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kissat3-pb2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Setting up 2FA is now mandatory for all users.
Show more breadcrumbs
Çağrı Uluç Yıldırımoğlu
Kissat3-pb2
Commits
8911f82b
Commit
8911f82b
authored
4 years ago
by
Armin Biere
Browse files
Options
Downloads
Patches
Plain Diff
added
parent
89a2226b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+11
-0
11 additions, 0 deletions
.travis.yml
README
+0
-7
0 additions, 7 deletions
README
README.md
+13
-0
13 additions, 0 deletions
README.md
with
24 additions
and
7 deletions
.travis.yml
0 → 100644
+
11
−
0
View file @
8911f82b
language
:
c
dist
:
bionic
osx_image
:
xcode10.2
compiler
:
-
gcc
-
clang
os
:
-
linux
-
osx
branches
:
-
master
This diff is collapsed.
Click to expand it.
README
deleted
100644 → 0
+
0
−
7
View file @
89a2226b
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'.
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
13
−
0
View file @
8911f82b
[

](https://opensource.org/licenses/MIT)
[

](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`
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment