@@ -22,9 +22,8 @@ using allocate_local_symbolt =
2222// / const mp_integer &max_value,
2323// / const std::string &name_prefix,
2424// / const typet &int_type,
25- // / const irep_idt &mode,
2625// / const source_locationt &source_location,
27- // / symbol_table_baset &symbol_table ,
26+ // / allocate_objectst &allocate_objects ,
2827// / code_blockt &instructions)
2928// / except the minimum and maximum values are represented as exprts.
3029symbol_exprt generate_nondet_int (
@@ -35,6 +34,16 @@ symbol_exprt generate_nondet_int(
3534 allocate_objectst &allocate_objects,
3635 code_blockt &instructions);
3736
37+ // / Same as \ref generate_nondet_int(
38+ // / const mp_integer &min_value,
39+ // / const mp_integer &max_value,
40+ // / const std::string &name_prefix,
41+ // / const typet &int_type,
42+ // / const source_locationt &source_location,
43+ // / allocate_objectst &allocate_objects,
44+ // / code_blockt &instructions)
45+ // / except the minimum and maximum values are represented as exprts, and symbols
46+ // / are allocated using \ref allocate_local_symbolt.
3847symbol_exprt generate_nondet_int (
3948 const exprt &min_value_expr,
4049 const exprt &max_value_expr,
0 commit comments