|
CBMC
|
#include <satcheck_minisat.h>
Inheritance diagram for satcheck_minisat1_prooft:
Collaboration diagram for satcheck_minisat1_prooft:Protected Attributes | |
| class Proof * | proof |
| class minisat_prooft * | minisat_proof |
Protected Attributes inherited from satcheck_minisat1_baset | |
| class Solver * | solver |
| bool | empty_clause_added |
Protected Attributes inherited from cnf_solvert | |
| statust | status |
| size_t | clause_counter |
Protected Attributes inherited from cnft | |
| size_t | _no_variables |
Protected Attributes inherited from propt | |
| bvt | lcnf_bv |
| messaget | log |
| std::size_t | number_of_solver_calls = 0 |
Additional Inherited Members | |
Public Types inherited from propt | |
| enum class | resultt { P_SATISFIABLE , P_UNSATISFIABLE , P_ERROR } |
Protected Types inherited from cnf_solvert | |
| enum class | statust { INIT , SAT , UNSAT , ERROR } |
Protected Member Functions inherited from satcheck_minisat1_baset | |
| resultt | do_prop_solve (const bvt &assumptions) override |
| void | add_variables () |
Protected Member Functions inherited from cnft | |
| 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 Protected Member Functions inherited from cnft | |
| static bvt | eliminate_duplicates (const bvt &) |
| eliminate duplicates from given vector of literals | |
| static bool | is_all (const bvt &bv, literalt l) |
Definition at line 61 of file satcheck_minisat.h.
| satcheck_minisat1_prooft::satcheck_minisat1_prooft | ( | ) |
Definition at line 223 of file satcheck_minisat.cpp.
| satcheck_minisat1_prooft::~satcheck_minisat1_prooft | ( | ) |
Definition at line 231 of file satcheck_minisat.cpp.
| simple_prooft & satcheck_minisat1_prooft::get_resolution_proof | ( | ) |
Definition at line 275 of file satcheck_minisat.cpp.
|
overridevirtual |
Reimplemented from satcheck_minisat1_baset.
Definition at line 250 of file satcheck_minisat.cpp.
|
protected |
Definition at line 74 of file satcheck_minisat.h.
Definition at line 73 of file satcheck_minisat.h.