|
cprover
|
#include <incremental_goto_checker.h>
Public Types | |
| enum class | progresst { FOUND_FAIL , DONE } |
Public Member Functions | |
| resultt ()=delete | |
| resultt (progresst) | |
Public Attributes | |
| progresst | progress |
| std::unordered_set< irep_idt > | updated_properties |
| Changed properties since the last call to incremental_goto_checkert::operator(). | |
Definition at line 42 of file incremental_goto_checker.h.
|
strong |
| Enumerator | |
|---|---|
| FOUND_FAIL | The goto checker may be able to find another FAILed property if operator() is called again. |
| DONE | The goto checker has returned all results for the given set of properties. |
Definition at line 44 of file incremental_goto_checker.h.
|
delete |
|
explicit |
Definition at line 25 of file incremental_goto_checker.cpp.
| progresst incremental_goto_checkert::resultt::progress |
Definition at line 54 of file incremental_goto_checker.h.
| std::unordered_set<irep_idt> incremental_goto_checkert::resultt::updated_properties |
Changed properties since the last call to incremental_goto_checkert::operator().
Definition at line 61 of file incremental_goto_checker.h.