Skip to content

alanpjohn/go-cdcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-cdcl

CDCL SAT solver made in Go designed for DIMCAS problems

This project was made as part of the COMP60332 Automated Reasoning and Verification Course as part of the MSc Advanced Computer Science course at the Univeristy of Manchester.

Get Started

Requirements

  • Built for Ubuntu/Debian based Linux, might work in other linux distributions but might be unstable

Steps

  1. Download Binary

  2. Give execution permission

chmod +x ./gocdcl
  1. Run gocdcl -h to open help menu
$ ./gocdcl -h
NAME:
   gocdcl - Pass SAT file as stdin pipe or using the -f/--file flag to run SAT solver

USAGE:
   gocdcl [global options] command [command options] [arguments...]

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --file value, -f value  .SAT file to be processed. This option is overridden if input provided by stdin pipe
   --verbose, -v           Switches on detailed logging for cdcl solver (default: false)
   --experimental, -e      use experimental features (default: false)
   --help, -h              show help

You can pass your DIMCAS format files via stdin or using the -f flag.

Building From Source

Requirements**

  • Go Version 1.20

Steps

  1. Clone Repository and open directory
git clone https://github.com/alanpjohn/go-cdcl.git && cd go-cdcl
  1. Run Makefile
make
  1. You will find the binary generated with filename gocdcl

About

SAT Solver using CDCL written in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published