cprover
bmc_all_propertiest Class Reference

#include <all_properties_class.h>

Inheritance diagram for bmc_all_propertiest:
[legend]
Collaboration diagram for bmc_all_propertiest:
[legend]

Classes

struct  goalt
 

Public Types

typedef std::map< irep_idt, goaltgoal_mapt
 
- Public Types inherited from messaget
enum  message_levelt {
  M_ERROR =1, M_WARNING =2, M_RESULT =4, M_STATUS =6,
  M_STATISTICS =8, M_PROGRESS =9, M_DEBUG =10
}
 

Public Member Functions

 bmc_all_propertiest (const goto_functionst &_goto_functions, prop_convt &_solver, bmct &_bmc)
 
safety_checkert::resultt operator() ()
 
virtual void goal_covered (const cover_goalst::goalt &)
 
- Public Member Functions inherited from cover_goalst::observert
virtual void satisfying_assignment ()
 
- Public Member Functions inherited from messaget
virtual void set_message_handler (message_handlert &_message_handler)
 
message_handlertget_message_handler ()
 
 messaget ()
 
 messaget (const messaget &other)
 
 messaget (message_handlert &_message_handler)
 
virtual ~messaget ()
 
mstreamtget_mstream (unsigned message_level)
 
mstreamterror ()
 
mstreamtwarning ()
 
mstreamtresult ()
 
mstreamtstatus ()
 
mstreamtstatistics ()
 
mstreamtprogress ()
 
mstreamtdebug ()
 

Public Attributes

goal_mapt goal_map
 

Protected Member Functions

virtual void report (const cover_goalst &cover_goals)
 
virtual void do_before_solving ()
 

Protected Attributes

const goto_functionstgoto_functions
 
prop_convtsolver
 
bmctbmc
 
- Protected Attributes inherited from messaget
message_handlertmessage_handler
 
mstreamt mstream
 

Additional Inherited Members

- Static Public Member Functions inherited from messaget
static mstreamteom (mstreamt &m)
 
static mstreamtendl (mstreamt &m)
 

Detailed Description

Definition at line 19 of file all_properties_class.h.

Member Typedef Documentation

§ goal_mapt

Definition at line 84 of file all_properties_class.h.

Constructor & Destructor Documentation

§ bmc_all_propertiest()

bmc_all_propertiest::bmc_all_propertiest ( const goto_functionst _goto_functions,
prop_convt _solver,
bmct _bmc 
)
inline

Definition at line 24 of file all_properties_class.h.

References goal_covered(), and operator()().

Member Function Documentation

§ do_before_solving()

virtual void bmc_all_propertiest::do_before_solving ( )
inlineprotectedvirtual

Reimplemented in fault_localizationt.

Definition at line 93 of file all_properties_class.h.

Referenced by operator()().

§ goal_covered()

void bmc_all_propertiest::goal_covered ( const cover_goalst::goalt )
virtual

Reimplemented from cover_goalst::observert.

Reimplemented in fault_localizationt.

Definition at line 29 of file all_properties.cpp.

References bmc, build_goto_trace(), bmct::equation, goal_map, tvt::is_false(), prop_convt::l_get(), bmct::ns, and solver.

Referenced by bmc_all_propertiest().

§ operator()()

§ report()

Member Data Documentation

§ bmc

bmct& bmc_all_propertiest::bmc
protected

Definition at line 90 of file all_properties_class.h.

Referenced by goal_covered(), operator()(), and report().

§ goal_map

goal_mapt bmc_all_propertiest::goal_map

§ goto_functions

const goto_functionst& bmc_all_propertiest::goto_functions
protected

Definition at line 88 of file all_properties_class.h.

Referenced by operator()().

§ solver

prop_convt& bmc_all_propertiest::solver
protected

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