Skip to content

WWFUG/ClauSSat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClauSSat

This is a SSAT(Θ) solver extended from the SSAT solver ClauSSat. To compile, first configure CUDD package

$ cd src/cudd/; ./configure --enable-dddmp --enable-obj --enable-static; cd ../../;

And then compile by typing

$ make

To run, use the following command

$ ./claussat -s [SSAT(Θ)_file]

SSAT(Θ) Benchmarks

All the instances used in the experiments can be found under the directory "benchmarks/TSSAT/". The instances in the folder "MAX_PCTL" encoded the parameter synthesis problem while other intances are generated from SSAT instances.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 56.2%
  • C++ 18.9%
  • Shell 14.7%
  • Makefile 5.4%
  • HTML 4.2%
  • Roff 0.3%
  • Other 0.3%