|
CBMC
|
#include <qbf_squolem.h>
Inheritance diagram for qbf_squolemt:
Collaboration diagram for qbf_squolemt:Protected Attributes | |
| Squolem2 | squolem |
| bool | early_decision |
Protected Attributes inherited from dimacs_cnft | |
| bool | break_lines |
Protected Attributes inherited from cnf_clause_listt | |
| clausest | clauses |
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 qdimacs_cnft | |
| typedef std::vector< quantifiert > | quantifierst |
Public Types inherited from cnf_clause_listt | |
| typedef std::list< bvt > | clausest |
Public Types inherited from propt | |
| enum class | resultt { P_SATISFIABLE , P_UNSATISFIABLE , P_ERROR } |
Static Public Member Functions inherited from dimacs_cnft | |
| static void | write_dimacs_clause (const bvt &, std::ostream &, bool break_lines) |
Static Public Member Functions inherited from cnf_clause_listt | |
| static size_t | hash_clause (const bvt &bv) |
Public Attributes inherited from qdimacs_cnft | |
| quantifierst | quantifiers |
Protected Member Functions inherited from qdimacs_cnft | |
| void | write_prefix (std::ostream &out) const |
Protected Member Functions inherited from dimacs_cnft | |
| void | write_problem_line (std::ostream &out) const |
| void | write_clauses (std::ostream &out) const |
Protected Member Functions inherited from cnf_clause_listt | |
| resultt | do_prop_solve (const bvt &) override |
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 19 of file qbf_squolem.h.
| qbf_squolemt::qbf_squolemt | ( | ) |
Definition at line 14 of file qbf_squolem.cpp.
|
override |
Definition at line 19 of file qbf_squolem.cpp.
|
overridevirtual |
Reimplemented from qdimacs_cnft.
Definition at line 100 of file qbf_squolem.cpp.
Reimplemented from cnf_clause_listt.
Definition at line 24 of file qbf_squolem.cpp.
Reimplemented from cnf_clause_listt.
Definition at line 71 of file qbf_squolem.cpp.
Reimplemented from cnf_clause_listt.
Definition at line 37 of file qbf_squolem.h.
|
override |
Definition at line 34 of file qbf_squolem.cpp.
Reimplemented from cnft.
Definition at line 109 of file qbf_squolem.cpp.
Definition at line 115 of file qbf_squolem.cpp.
|
overridevirtual |
Reimplemented from dimacs_cnft.
Definition at line 29 of file qbf_squolem.cpp.
|
protected |
Definition at line 23 of file qbf_squolem.h.
|
protected |
Definition at line 22 of file qbf_squolem.h.