ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
strengthen.h
Go to the documentation of this file.
1#ifndef _strengthen_h_INCLUDED
2#define _strengthen_h_INCLUDED
3
4#include <stdbool.h>
5
6#include "global.h"
8
9struct clause;
10struct kissat;
11
13 struct clause *, unsigned lit);
14
15void kissat_on_the_fly_subsume (struct kissat *, struct clause *,
16 struct clause *);
17
18bool issat_strengthen_clause (struct kissat *, struct clause *, unsigned);
19
21
22#endif
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
int lit
Definition satVec.h:130
void kissat_on_the_fly_subsume(struct kissat *, struct clause *, struct clause *)
Definition strengthen.c:158
bool issat_strengthen_clause(struct kissat *, struct clause *, unsigned)
struct clause * kissat_on_the_fly_strengthen(struct kissat *, struct clause *, unsigned lit)
Definition strengthen.c:144