8000 GitHub - arminbiere/satsort
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arminbiere/satsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting utility based on the SAT solver Kissat used in a demo
presented in the talk "Fueling the SAT Revolution" of the seminar 

   Verified software: tools and experiments
   https://www.newton.ac.uk/event/vsow04

at the Isaac Newton Institute in June 2021.

Install and compile 'kissat' in '../kissat' and run 'make'.

To sort run for instance

   shuf organizers | ./satsort

You can also generate CNF in DIMACS format instead and feed
it into for instance 'kissat' directly

   shuf organizers | ./satsort -d | kissat

but this will not allow you to get back the sorted input.


Armin Biere
Di Jun  8 18:24:51 CEST 2021

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0