val fmt : Stdlib.Format.formattersetter functions *********************************************************
val set_debug : bool -> unitval set_debug_cc : bool -> unitval set_debug_gc : bool -> unitval set_debug_use : bool -> unitval set_debug_uf : bool -> unitval set_debug_fm : bool -> unitval set_debug_sum : bool -> unitval set_debug_adt : bool -> unitval set_debug_arith : bool -> unitval set_debug_bitv : bool -> unitval set_debug_ac : bool -> unitval set_debug_sat : bool -> unitval set_debug_sat_simple : bool -> unitval set_debug_typing : bool -> unitval set_debug_constr : bool -> unitval set_debug_arrays : bool -> unitval set_debug_ite : bool -> unitval set_debug_types : bool -> unitval set_debug_combine : bool -> unitval set_debug_unsat_core : bool -> unitval set_debug_split : bool -> unitval set_debug_matching : int -> unitval set_debug_explanations : bool -> unitval set_timers : bool -> unitval set_profiling : float -> bool -> unitadditional setters
val set_type_only : bool -> unitval set_type_smt2 : bool -> unitval set_parse_only : bool -> unitval set_frontend : string -> unitval set_verbose : bool -> unitval set_steps_bound : int -> unitval set_age_bound : int -> unitval set_no_user_triggers : bool -> unitval set_triggers_var : bool -> unitval set_nb_triggers : int -> unitval set_greedy : bool -> unitval set_no_Ematching : bool -> unitval set_no_NLA : bool -> unitval set_no_ac : bool -> unitval set_normalize_instances : bool -> unitval set_nocontracongru : bool -> unitval set_term_like_pp : bool -> unitval set_all_models : bool -> unitval set_model : bool -> unitval set_complete_model : bool -> unitval set_interpretation : int -> unitval set_rewriting : bool -> unitval set_unsat_core : bool -> unitval set_rules : int -> unitval set_restricted : bool -> unitval set_bottom_classes : bool -> unitval set_timelimit : float -> unitval set_thread_yield : ( unit -> unit ) -> unitval set_timeout : ( unit -> unit ) -> unitval set_save_used_context : bool -> unitval set_unsat_mode : bool -> unitval set_inline_lets : bool -> unitval set_file_for_js : string -> unitgetter functions *********************************************************
val debug_warnings : unit -> boolval debug_cc : unit -> boolval debug_gc : unit -> boolval debug_use : unit -> boolval debug_uf : unit -> boolval debug_fm : unit -> boolval debug_fpa : unit -> intval debug_sum : unit -> boolval debug_adt : unit -> boolval debug_arith : unit -> boolval debug_bitv : unit -> boolval debug_ac : unit -> boolval debug_sat : unit -> boolval debug_sat_simple : unit -> boolval debug_typing : unit -> boolval debug_constr : unit -> boolval debug_arrays : unit -> boolval debug_ite : unit -> boolval debug_types : unit -> boolval debug_combine : unit -> boolval debug_unsat_core : unit -> boolval debug_split : unit -> boolval debug_matching : unit -> intval debug_explanations : unit -> boolval debug_triggers : unit -> boolval enable_assertions : unit -> boolval disable_ites : unit -> boolval disable_adts : unit -> boolval enable_adts_cs : unit -> boolval type_only : unit -> boolval type_smt2 : unit -> boolval parse_only : unit -> boolval frontend : unit -> stringval steps_bound : unit -> intval no_tcp : unit -> boolval no_decisions : unit -> boolval no_theory : unit -> boolval tighten_vars : unit -> boolval age_bound : unit -> intval no_user_triggers : unit -> boolval triggers_var : unit -> boolval nb_triggers : unit -> intval max_multi_triggers_size : unit -> intval verbose : unit -> boolval greedy : unit -> boolval no_Ematching : unit -> boolval arith_matching : unit -> boolval no_backjumping : unit -> boolval no_NLA : unit -> boolval no_backward : unit -> boolval no_sat_learning : unit -> boolval sat_learning : unit -> boolval nocontracongru : unit -> boolval term_like_pp : unit -> boolval all_models : unit -> boolval interpretation : unit -> intval debug_interpretation : unit -> boolval complete_model : unit -> boolval rewriting : unit -> boolval unsat_core : unit -> boolval restricted : unit -> boolval bottom_classes : unit -> boolval timelimit : unit -> floatval timelimit_per_goal : unit -> boolval interpretation_timelimit : unit -> floatval profiling : unit -> boolval cumulative_time_profiling : unit -> boolval profiling_period : unit -> floatval js_mode : unit -> boolval preludes : unit -> string listval instantiate_after_backjump : unit -> boolval disable_weaks : unit -> boolval answers_with_locs : unit -> boolval unsat_mode : unit -> boolval inline_lets : unit -> boolval timers : unit -> boolthis option also yields true if profiling is set to true *
val replay : unit -> boolval replay_used_context : unit -> boolval replay_all_used_context : unit -> boolval save_used_context : unit -> boolval get_file : unit -> stringval get_session_file : unit -> stringval get_used_context_file : unit -> stringval sat_plugin : unit -> stringval parsers : unit -> string listval inequalities_plugin : unit -> stringval profiling_plugin : unit -> stringval normalize_instances : unit -> boolval cdcl_tableaux_inst : unit -> boolval cdcl_tableaux_th : unit -> boolval cdcl_tableaux : unit -> boolval tableaux_cdcl : unit -> boolval minimal_bj : unit -> boolval enable_restarts : unit -> boolval use_fpa : unit -> boolval exec_thread_yield : unit -> unitparticular getters : functions that are immediately executed *************
val exec_timeout : unit -> unitmodule Time : sig ... endglobals *
val cs_steps : unit -> intval incr_cs_steps : unit -> unitval (<>) : int -> int -> boolopen Options in every module to hide polymorphic versions of Pervasives *
val (=) : int -> int -> boolval (<) : int -> int -> boolval (>) : int -> int -> boolval (<=) : int -> int -> boolval (>=) : int -> int -> boolval compare : int -> int -> intval can_decide_on : string -> boolval no_decisions_on__is_empty : unit -> boolval set_is_gui : bool -> unitval get_is_gui : unit -> boolval parse_cmdline_arguments : unit -> unit