CBMC
satcheck_zchaff_baset Class Reference

#include <satcheck_zchaff.h>

+ Inheritance diagram for satcheck_zchaff_baset:
+ Collaboration diagram for satcheck_zchaff_baset:

Public Member Functions

 satcheck_zchaff_baset (CSolver *_solver)
 
virtual ~satcheck_zchaff_baset ()
 
std::string solver_text () const override
 
tvt l_get (literalt a) const override
 
void set_assignment (literalt a, bool value) override
 
virtual void copy_cnf ()
 
CSolver * zchaff_solver ()
 
- Public Member Functions inherited from cnf_clause_listt
 cnf_clause_listt (message_handlert &message_handler)
 
virtual ~cnf_clause_listt ()
 
void lcnf (const bvt &bv) override
 
size_t no_clauses () const override
 
clausestget_clauses ()
 
void copy_to (cnft &cnf) const
 
size_t hash () const
 
- Public Member Functions inherited from cnft
 cnft (message_handlert &message_handler)
 
virtual ~cnft ()
 
virtual literalt land (literalt a, literalt b) override
 
virtual literalt lor (literalt a, literalt b) override
 
virtual literalt land (const bvt &bv) override
 Tseitin encoding of conjunction between multiple literals. More...
 
virtual literalt lor (const bvt &bv) override
 Tseitin encoding of disjunction between multiple literals. More...
 
virtual literalt lxor (const bvt &bv) override
 Tseitin encoding of XOR between multiple literals. More...
 
virtual literalt lxor (literalt a, literalt b) override
 
virtual literalt lnand (literalt a, literalt b) override
 
virtual literalt lnor (literalt a, literalt b) override
 
virtual literalt lequal (literalt a, literalt b) override
 
virtual literalt limplies (literalt a, literalt b) override
 
virtual literalt lselect (literalt a, literalt b, literalt c) override
 
virtual literalt new_variable () override
 Generate a new variable and return it as a literal. More...
 
bvt new_variables (std::size_t width) override
 Generate a vector of new variables. More...
 
virtual size_t no_variables () const override
 
virtual void set_no_variables (size_t no)
 
- Public Member Functions inherited from propt
 propt (message_handlert &message_handler)
 
virtual ~propt ()
 
virtual void set_equal (literalt a, literalt b)
 asserts a==b in the propositional formula More...
 
virtual void l_set_to (literalt a, bool value)
 
void l_set_to_true (literalt a)
 
void l_set_to_false (literalt a)
 
void lcnf (literalt l0, literalt l1)
 
void lcnf (literalt l0, literalt l1, literalt l2)
 
void lcnf (literalt l0, literalt l1, literalt l2, literalt l3)
 
virtual bool has_set_to () const
 
virtual bool cnf_handled_well () const
 
virtual bool has_assumptions () const
 
virtual void set_variable_name (literalt, const irep_idt &)
 
resultt prop_solve ()
 
resultt prop_solve (const bvt &assumptions)
 
virtual bool is_in_conflict (literalt l) const =0
 Returns true if an assumption is in the final conflict. More...
 
virtual bool has_is_in_conflict () const
 
virtual void set_frozen (literalt)
 
virtual void set_time_limit_seconds (uint32_t)
 
std::size_t get_number_of_solver_calls () const
 

Protected Types

enum  statust { INIT , SAT , UNSAT , ERROR }
 

Protected Member Functions

resultt do_prop_solve (const bvt &assumptions) override
 
- Protected Member Functions inherited from cnft
void gate_and (literalt a, literalt b, literalt o)
 Tseitin encoding of conjunction of two literals. More...
 
void gate_or (literalt a, literalt b, literalt o)
 Tseitin encoding of disjunction of two literals. More...
 
void gate_xor (literalt a, literalt b, literalt o)
 Tseitin encoding of XOR of two literals. More...
 
void gate_nand (literalt a, literalt b, literalt o)
 Tseitin encoding of NAND of two literals. More...
 
void gate_nor (literalt a, literalt b, literalt o)
 Tseitin encoding of NOR of two literals. More...
 
void gate_equal (literalt a, literalt b, literalt o)
 Tseitin encoding of equality between two literals. More...
 
void gate_implies (literalt a, literalt b, literalt o)
 Tseitin encoding of implication between two literals. More...
 
bool process_clause (const bvt &bv, bvt &dest) const
 filter 'true' from clause, eliminate duplicates, recognise trivially satisfied clauses More...
 

Protected Attributes

CSolver * solver
 
statust status
 
- 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 cnf_clause_listt
typedef std::list< bvtclausest
 
- Public Types inherited from propt
enum class  resultt { P_SATISFIABLE , P_UNSATISFIABLE , P_ERROR }
 
- Static Public Member Functions inherited from cnf_clause_listt
static size_t hash_clause (const bvt &bv)
 
- Static Protected Member Functions inherited from cnft
static bvt eliminate_duplicates (const bvt &)
 eliminate duplicates from given vector of literals More...
 
static bool is_all (const bvt &bv, literalt l)
 

Detailed Description

Definition at line 21 of file satcheck_zchaff.h.

Member Enumeration Documentation

◆ statust

Enumerator
INIT 
SAT 
UNSAT 
ERROR 

Definition at line 42 of file satcheck_zchaff.h.

Constructor & Destructor Documentation

◆ satcheck_zchaff_baset()

satcheck_zchaff_baset::satcheck_zchaff_baset ( CSolver *  _solver)
explicit

Definition at line 15 of file satcheck_zchaff.cpp.

◆ ~satcheck_zchaff_baset()

satcheck_zchaff_baset::~satcheck_zchaff_baset ( )
virtual

Definition at line 22 of file satcheck_zchaff.cpp.

Member Function Documentation

◆ copy_cnf()

void satcheck_zchaff_baset::copy_cnf ( )
virtual

Definition at line 59 of file satcheck_zchaff.cpp.

◆ do_prop_solve()

propt::resultt satcheck_zchaff_baset::do_prop_solve ( const bvt assumptions)
overrideprotectedvirtual

Reimplemented from cnf_clause_listt.

Definition at line 73 of file satcheck_zchaff.cpp.

◆ l_get()

tvt satcheck_zchaff_baset::l_get ( literalt  a) const
overridevirtual

Reimplemented from cnf_clause_listt.

Definition at line 26 of file satcheck_zchaff.cpp.

◆ set_assignment()

void satcheck_zchaff_baset::set_assignment ( literalt  a,
bool  value 
)
overridevirtual

Implements propt.

Definition at line 162 of file satcheck_zchaff.cpp.

◆ solver_text()

std::string satcheck_zchaff_baset::solver_text ( ) const
overridevirtual

Reimplemented from cnf_clause_listt.

Definition at line 54 of file satcheck_zchaff.cpp.

◆ zchaff_solver()

CSolver* satcheck_zchaff_baset::zchaff_solver ( )
inline

Definition at line 32 of file satcheck_zchaff.h.

Member Data Documentation

◆ solver

CSolver* satcheck_zchaff_baset::solver
protected

Definition at line 40 of file satcheck_zchaff.h.

◆ status

statust satcheck_zchaff_baset::status
protected

Definition at line 43 of file satcheck_zchaff.h.


The documentation for this class was generated from the following files: