CBMC
symex_target_equation.h File Reference

Generate Equation using Symbolic Execution. More...

#include <algorithm>
#include <iosfwd>
#include <list>
#include <util/invariant.h>
#include <util/merge_irep.h>
#include <util/message.h>
#include <util/narrow.h>
#include "ssa_step.h"
#include "symex_target.h"
+ Include dependency graph for symex_target_equation.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  symex_target_equationt
 Inheriting the interface of symex_targett this class represents the SSA form of the input program as a list of SSA_stept. More...
 

Functions

bool operator< (const symex_target_equationt::SSA_stepst::const_iterator a, const symex_target_equationt::SSA_stepst::const_iterator b)
 

Detailed Description

Generate Equation using Symbolic Execution.

Definition in file symex_target_equation.h.

Function Documentation

◆ operator<()

bool operator< ( const symex_target_equationt::SSA_stepst::const_iterator  a,
const symex_target_equationt::SSA_stepst::const_iterator  b 
)
inline

Definition at line 299 of file symex_target_equation.h.