1#ifndef _format_h_INCLUDED
2#define _format_h_INCLUDED
12#define NUM_FORMAT_STRINGS 16
13#define FORMAT_STRING_SIZE 128
31#define FORMAT_BYTES(BYTES) kissat_format_bytes (&solver->format, BYTES)
33#define FORMAT_COUNT(WORD) kissat_format_count (&solver->format, WORD)
35#define FORMAT_ORDINAL(WORD) kissat_format_ordinal (&solver->format, WORD)
37#define FORMAT_SIGNS(SIZE, SIGNS) \
38 kissat_format_signs (&solver->format, SIZE, SIGNS)
40#define FORMAT_TIME(SECONDS) kissat_format_time (&solver->format, SECONDS)
42#define FORMAT_VALUE(BOOLEAN, VALUE) \
43 kissat_format_value (&solver->format, BOOLEAN, VALUE)
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
ABC_NAMESPACE_IMPL_START typedef signed char value
unsigned __int64 word
DECLARATIONS ///.
char str[NUM_FORMAT_STRINGS][FORMAT_STRING_SIZE]