#include <stdbool.h>
#include "global.h"
Go to the source code of this file.
◆ kissat_rephase()
| void kissat_rephase |
( |
struct kissat * | solver | ) |
|
Definition at line 128 of file rephase.c.
128 {
133#ifndef KISSAT_QUIET
135#endif
139}
void kissat_backtrack_propagate_and_flush_trail(kissat *solver)
type
CUBE COVER and CUBE typedefs ///.
#define KISSAT_assert(ignore)
◆ kissat_rephasing()
Definition at line 34 of file rephase.c.
34 {
36 return false;
38 return false;
40}