ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
congruence.h
Go to the documentation of this file.
1#ifndef _congruence_h_INCLUDED
2#define _congruence_h_INCLUDED
3
4#include <stdbool.h>
5
6#include "global.h"
8
9struct kissat;
10bool kissat_congruence (struct kissat *);
11
13
14#endif
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
bool kissat_congruence(struct kissat *)