We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987a568 commit 0329191Copy full SHA for 0329191
src/goto-checker/goto_trace_provider.h
@@ -23,6 +23,8 @@ class goto_trace_providert
23
{
24
public:
25
/// Builds and returns the complete trace
26
+ /// \note If slicing is used then the trace will not be complete.
27
+ /// E.g. with simple-slice it will end at the last assertion.
28
virtual goto_tracet build_full_trace() const = 0;
29
30
/// Builds and returns the trace up to the first failed property
0 commit comments