codex.codex_config
Codex_config
Type_parser
codex
codex.bdd
codex.binarytrace
codex.cfg
codex.codex_log
codex.compressor
codex.condition_map
codex.datatype_sig
codex.domains
codex.emit_alarm
codex.extstdlib
codex.file_to_html
codex.fixpoint
codex.framac_ival
codex.gui
codex.hashing
codex.het-hashtbl
codex.hook
codex.int_builtins
codex.interval_map
codex.lattices
codex.online_nearest_common_ancestor_skiplist
codex.operator
codex.record_time
codex.single_value_abstraction
codex.smallmap
codex.smtbackend
codex.stats
codex.syntax_tree
codex.terms
codex.tracelog
codex.treemap
codex.types
codex.union_find
codex.units
codex.utils
codex.while_ast
codex.whilelib
immutable_array
interface
ppx_while
type_parse_tree
module Log : Tracelog.S
Domains options
val r_ptr_size : Units.In_bits.t ref
val set_ptr_size : Units.In_bits.t -> unit
val ptr_size : unit -> Units.In_bits.t
val function_size : unit -> int
val back_propagation_limit : int ref
Limit the number of backpropagations performed in non-relational domains
val set_back_propagation_limit : int -> unit
val get_back_propagation_limit : unit -> int
val terms_register_parents : unit -> bool
val array_expansion : unit -> [ `full_expansion | `full_squashing ]
Term 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_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 term_group_inductive_variable_by_tuple : bool
val r_valid_absolute_addresses : (Z.t * Z.t) option 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 ref
val show_memory_on_exit : unit -> bool
val set_show_memory_on_exit : bool -> unit
val r_assume_simple_asts : bool 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_terms_with_weak_table : unit -> bool
val extend_size_for_additive_operations : Units.In_bits.t -> Units.In_bits.t