Is there any tool that can convert circuit benchmarks (ISCAS) to CNF so that it can be used in SAT solver? The main goal is to find some input patterns for the circuit which will give some predefined output in some gates.
Asked
Active
Viewed 228 times
2 Answers
0
Tool questions are out of scope for this site.
I am not aware of a direct "ISCAS to DIMACS" converter.
You may have a look at bc2cnf. This is a versatile converter which reads a circuit description and writes the corresponding CNF
in DIMACS format.It also contains a parser/converter for the ISCAS-related EDIMACS
format.

Axel Kemper
- 10,544
- 2
- 31
- 54