cprover
|
Go to the source code of this file.
Functions | |
bool | static_verifier (const goto_modelt &, const ai_baset &, const optionst &, message_handlert &, std::ostream &) |
Runs the analyzer and then prints out the domain. More... | |
void | static_verifier (const abstract_goto_modelt &abstract_goto_model, const ai_baset &ai, propertiest &properties) |
Use the information from the abstract interpreter to fill out the statuses of the passed properties. More... | |
void static_verifier | ( | const abstract_goto_modelt & | abstract_goto_model, |
const ai_baset & | ai, | ||
propertiest & | properties | ||
) |
Use the information from the abstract interpreter to fill out the statuses of the passed properties.
abstract_goto_model | The goto program to verify |
ai | The abstract interpreter (should be run to fixpoint before calling this function) |
properties | The properties to fill out |
Definition at line 30 of file static_verifier.cpp.
bool static_verifier | ( | const goto_modelt & | goto_model, |
const ai_baset & | ai, | ||
const optionst & | options, | ||
message_handlert & | message_handler, | ||
std::ostream & | out | ||
) |
Runs the analyzer and then prints out the domain.
goto_model | the program analyzed |
ai | the abstract interpreter after it has been run to fix point |
options | the parsed user options |
message_handler | the system message handler |
out | output stream for the printing |
Definition at line 297 of file static_verifier.cpp.