#include "satcheck_minisat2.h"
#include <signal.h>
#include <unistd.h>
#include <limits>
#include <util/invariant.h>
#include <util/make_unique.h>
#include <util/threeval.h>
#include <minisat/core/Solver.h>
#include <minisat/simp/SimpSolver.h>
Go to the source code of this file.
◆ convert()
void convert |
( |
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 |