ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
reduce.h
Go to the documentation of this file.
1#ifndef _reduce_h_INCLUDED
2#define _reduce_h_INCLUDED
3
4#include <stdbool.h>
5
6#include "global.h"
8
9struct kissat;
10
11bool kissat_reducing (struct kissat *);
12int kissat_reduce (struct kissat *);
13
15
16#endif
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
bool kissat_reducing(struct kissat *)
Definition reduce.c:16
int kissat_reduce(struct kissat *)
Definition reduce.c:155