ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
shrink.h
Go to the documentation of this file.
1#ifndef _shrink_h_INCLUDED
2#define _shrink_h_INCLUDED
3
4#include "global.h"
6
7struct kissat;
8
9void kissat_shrink_clause (struct kissat *);
10
12
13#endif
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
void kissat_shrink_clause(struct kissat *)
Definition shrink.c:362