CBMC
incremental_goto_checker.cpp
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Incremental Goto Checker Interface
4 
5 Author: Daniel Kroening, Peter Schrammel
6 
7 \*******************************************************************/
8 
11 
13 
14 #include <util/ui_message.h>
15 
17  const optionst &options,
18  ui_message_handlert &ui_message_handler)
19  : options(options),
20  ui_message_handler(ui_message_handler),
21  log(ui_message_handler)
22 {
23 }
24 
26  : progress(progress)
27 {
28 }
Incremental Goto Checker Interface.
double log(double x)
Definition: math.c:2776