ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
classify.h
Go to the documentation of this file.
1#ifndef _classify_h_INCLUDED
2#define _classify_h_INCLUDED
3
4#include <stdbool.h>
5
6#include "global.h"
8
9struct kissat;
10
12 bool small;
13 bool bigbig;
14};
15
17
18void kissat_classify (struct kissat *);
19
21
22#endif
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
void kissat_classify(struct kissat *)
Definition classify.c:7