CBMC
|
#include <goto_symex_property_decider.h>
Public Member Functions | |
exprt | as_expr () const |
Public Attributes | |
std::vector< symex_target_equationt::SSA_stepst::iterator > | instances |
A property holds if all instances of it are true. More... | |
exprt | condition |
The goal variable. More... | |
Definition at line 74 of file goto_symex_property_decider.h.
exprt goto_symex_property_decidert::goalt::as_expr | ( | ) | const |
Definition at line 34 of file goto_symex_property_decider.cpp.
exprt goto_symex_property_decidert::goalt::condition |
The goal variable.
Definition at line 80 of file goto_symex_property_decider.h.
std::vector<symex_target_equationt::SSA_stepst::iterator> goto_symex_property_decidert::goalt::instances |
A property holds if all instances of it are true.
Definition at line 77 of file goto_symex_property_decider.h.