Go to the source code of this file.
◆ kissat_weaken_binary()
| void kissat_weaken_binary |
( |
struct kissat * | solver, |
|
|
unsigned | lit, |
|
|
unsigned | other ) |
Definition at line 48 of file weaken.c.
48 {
52 push_clause_literal (
solver, other);
54}
◆ kissat_weaken_clause()
| void kissat_weaken_clause |
( |
struct kissat * | solver, |
|
|
unsigned | lit, |
|
|
struct clause * | c ) |
Definition at line 38 of file weaken.c.
38 {
44 push_clause_literal (
solver, other);
46}
#define all_literals_in_clause(LIT, C)
◆ kissat_weaken_unit()
| void kissat_weaken_unit |
( |
struct kissat * | solver, |
|
|
unsigned | lit ) |
Definition at line 56 of file weaken.c.
56 {
61 "pushed witness labelled unit clause at");
62}