CBMC
|
#include <satcheck_minisat2.h>
Additional Inherited Members | |
![]() | |
enum class | resultt { P_SATISFIABLE , P_UNSATISFIABLE , P_ERROR } |
![]() | |
std::unique_ptr< clause_hardness_collectort > | solver_hardness |
![]() | |
enum class | statust { INIT , SAT , UNSAT , ERROR } |
![]() | |
resultt | do_prop_solve (const bvt &) override |
void | add_variables () |
![]() | |
void | gate_and (literalt a, literalt b, literalt o) |
Tseitin encoding of conjunction of two literals. | |
void | gate_or (literalt a, literalt b, literalt o) |
Tseitin encoding of disjunction of two literals. | |
void | gate_xor (literalt a, literalt b, literalt o) |
Tseitin encoding of XOR of two literals. | |
void | gate_nand (literalt a, literalt b, literalt o) |
Tseitin encoding of NAND of two literals. | |
void | gate_nor (literalt a, literalt b, literalt o) |
Tseitin encoding of NOR of two literals. | |
void | gate_equal (literalt a, literalt b, literalt o) |
Tseitin encoding of equality between two literals. | |
void | gate_implies (literalt a, literalt b, literalt o) |
Tseitin encoding of implication between two literals. | |
bool | process_clause (const bvt &bv, bvt &dest) const |
filter 'true' from clause, eliminate duplicates, recognise trivially satisfied clauses | |
![]() | |
static bvt | eliminate_duplicates (const bvt &) |
eliminate duplicates from given vector of literals | |
static bool | is_all (const bvt &bv, literalt l) |
![]() | |
std::unique_ptr< Minisat::SimpSolver > | solver |
uint32_t | time_limit_seconds |
![]() | |
statust | status |
size_t | clause_counter |
![]() | |
size_t | _no_variables |
![]() | |
bvt | lcnf_bv |
messaget | log |
std::size_t | number_of_solver_calls = 0 |
Definition at line 87 of file satcheck_minisat2.h.
Definition at line 373 of file satcheck_minisat2.cpp.
Reimplemented from propt.
Definition at line 355 of file satcheck_minisat2.cpp.
|
finaloverridevirtual |
Implements propt.
Definition at line 125 of file satcheck_minisat2.cpp.