ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
analyze.h
Go to the documentation of this file.
1#ifndef _analyze_h_INCLUDED
2#define _analyze_h_INCLUDED
3
4#include <stdbool.h>
5
6#include "global.h"
8
9struct clause;
10struct kissat;
11
12int kissat_analyze (struct kissat *, struct clause *);
14
16
17#endif
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
void kissat_reset_only_analyzed_literals(struct kissat *)
Definition analyze.c:328
int kissat_analyze(struct kissat *, struct clause *)
Definition analyze.c:529