Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernutz committed Oct 31, 2023
1 parent f430aad commit f5aa4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/prover/techniques/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ worklist.add([input_program_cfg, 0])
while (worklist != [])
[cfg, current_depth] = worklist.pop()
res = check(cfg, get_timeout_for(current_depth))
res = smt_check(cfg, get_timeout_for(current_depth))
when (res)
[SAT, model] -> return [SAT, model]
UNSAT -> continue
Expand Down

0 comments on commit f5aa4d3

Please sign in to comment.