Skip to content

RKX1209/c3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b6abf7c · Jul 21, 2022

History

85 Commits
Jul 21, 2022
Jun 16, 2017
Jun 16, 2017
May 14, 2017
Jun 16, 2017
Mar 27, 2017
Mar 27, 2017
May 27, 2017
May 12, 2017
Nov 21, 2017
May 9, 2017
Jun 21, 2018
Apr 1, 2017
Apr 22, 2017
Jun 12, 2017
Apr 26, 2017
May 13, 2017
May 13, 2017

Repository files navigation

C3

The C3, SMT solver written in C. Currently WIP project...

Usage(SAT solver)

C3 has support for DIMACS file format as input for SAT solver.

$ ./c3 -D <DIMACS format file>

You can also solve Sudoku by following command.

$ ./test/sudoku/gen_cnf.sh

Usage(SMT solver)

C3 has also support SMT-LIB2 file format as input for SMT solver.

$ ./c3 -S <SMT-LIB2 format file>

Test

You can try random test. All expression are generated by random.

$ make test