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 4d3072a commit 0668c0fCopy full SHA for 0668c0f
src/goto-harness/goto_harness_parse_options.cpp
@@ -30,7 +30,10 @@ Author: Diffblue Ltd.
30
// sequence of events:
31
// 1. Initialise a goto-model by parsing an input (goto) binary
32
// 2. Initialise the harness generator (with some config) that will handle
33
-// the mutation of the goto-model.
+// the mutation of the goto-model. The generator should create a new
34
+// function that can be called by `cbmc --function`. The generated function
35
+// should implement the behaviour of the harness (What exactly this means
36
+// depends on the configuration)
37
// 3. Write the end result of that process to the output binary
38
39
int goto_harness_parse_optionst::doit()
0 commit comments