cprover
static_verifier.h File Reference
#include <goto-checker/properties.h>
#include <iosfwd>
+ Include dependency graph for static_verifier.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ static_verifier() [1/2]

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.

Parameters
abstract_goto_modelThe goto program to verify
aiThe abstract interpreter (should be run to fixpoint before calling this function)
propertiesThe properties to fill out

Definition at line 30 of file static_verifier.cpp.

◆ static_verifier() [2/2]

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.

Parameters
goto_modelthe program analyzed
aithe abstract interpreter after it has been run to fix point
optionsthe parsed user options
message_handlerthe system message handler
outoutput stream for the printing
Returns
false on success with the domain printed to out

Definition at line 297 of file static_verifier.cpp.