AltErgoLib.UtilDifferent values for -case-split-policy option: -after-theory-assume (default value): after assuming facts in theory by the SAT -before-matching: just before performing a matching round -after-matching: just after performing a matching round *
val th_ext_of_string : string -> theories_extensions optionval string_of_th_ext : theories_extensions -> stringgeneric function for comparing algebraic data types. compare_algebraic a b f
type matching_env = {nb_triggers : int;triggers_var : bool;no_ematching : bool;greedy : bool;use_cs : bool;backward : inst_kind;}Loops from 0 to max and returns (f max elt ... (f 1 elt (f 0 elt init)))...). Returns init if max < 0
val print_list :
sep:string ->
pp:(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a list ->
unitval print_list_pp :
sep:(Format.formatter -> unit -> unit) ->
pp:(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a list ->
unit