#include "satcheck_minisat2.h"
#include <signal.h>
#include <unistd.h>
#include <limits>
#include <util/invariant.h>
#include <util/threeval.h>
#include <minisat/core/Solver.h>
#include <minisat/simp/SimpSolver.h>
Go to the source code of this file.
◆ l_False
#define l_False Minisat::l_False |
◆ l_True
#define l_True Minisat::l_True |
◆ convert()
void convert |
( |
const bvt & |
bv, |
|
|
Minisat::vec< Minisat::Lit > & |
dest |
|
) |
| |
◆ convert_assumptions()
void convert_assumptions |
( |
const bvt & |
bv, |
|
|
Minisat::vec< Minisat::Lit > & |
dest |
|
) |
| |
◆ interrupt_solver()
static void interrupt_solver |
( |
int |
signum | ) |
|
|
static |
◆ solver_to_interrupt
Minisat::Solver* solver_to_interrupt =nullptr |
|
static |