Module Codex_config

Domains options

val r_ptr_size : int Stdlib.ref
val set_ptr_size : int -> unit
val ptr_size : unit -> int
val function_size : unit -> int
val constraints_register_parents : unit -> bool
val array_expansion : unit -> [ `full_expansion | `full_squashing ]

Constraints generation options.

val assume_alarms : unit -> bool
val translation_to_smt_use_integer : unit -> bool

Debugging options

val print_smt_input : unit -> bool

Goal-oriented options

val try_hard_on_alarms : unit -> bool
val try_hard_on_assertions : unit -> bool
val try_hard_with_deductive_verification : unit -> bool
val try_hard_with_symbolic_execution : unit -> bool
val try_hard_with_muz : unit -> bool
val muz_engine : unit -> string
val try_hard_double_check : unit -> bool
val smt_timeout : unit -> int
val r_valid_absolute_addresses : (Z.t * Z.t) option Stdlib.ref
val set_valid_absolute_addresses : (Z.t * Z.t) -> unit
val valid_absolute_addresses : unit -> (Z.t * Z.t) option
val r_show_memory_on_exit : bool Stdlib.ref
val show_memory_on_exit : unit -> bool
val set_show_memory_on_exit : bool -> unit
val r_assume_simple_asts : bool Stdlib.ref
val set_assume_simple_asts : bool -> unit
val assume_simple_asts : unit -> bool
val widen : unit -> bool
val handle_malloc_as_unknown_typed_pointers : unit -> bool
val hash_cons_constraints_with_weak_table : unit -> bool