Skip to content

Commit 17cac7d

Browse files
provide shortcut to command-line version to retrieve parameters
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 6e88d91 commit 17cac7d

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

Diff for: src/api/ml/z3.mli

+2-24
Original file line numberDiff line numberDiff line change
@@ -3714,30 +3714,8 @@ end
37143714
(set_global_param "pp.decimal" "true")
37153715
will set the parameter "decimal" in the module "pp" to true.
37163716
3717-
Legal parameters are:
3718-
auto_config (bool) (default: true)
3719-
debug_ref_count (bool) (default: false)
3720-
dot_proof_file (string) (default: proof.dot)
3721-
dump_models (bool) (default: false)
3722-
encoding (string) (default: unicode)
3723-
memory_high_watermark (unsigned int) (default: 0)
3724-
memory_high_watermark_mb (unsigned int) (default: 0)
3725-
memory_max_alloc_count (unsigned int) (default: 0)
3726-
memory_max_size (unsigned int) (default: 0)
3727-
model (bool) (default: true)
3728-
model_validate (bool) (default: false)
3729-
proof (bool) (default: false)
3730-
rlimit (unsigned int) (default: 0)
3731-
smtlib2_compliant (bool) (default: false)
3732-
stats (bool) (default: false)
3733-
timeout (unsigned int) (default: 4294967295)
3734-
trace (bool) (default: false)
3735-
trace_file_name (string) (default: z3.log)
3736-
type_check (bool) (default: true)
3737-
unsat_core (bool) (default: false)
3738-
verbose (unsigned int) (default: 0)
3739-
warning (bool) (default: true)
3740-
well_sorted_check (bool) (default: false)
3717+
Legal parameters are provided by running "z3 -p" or by consulting https://microsoft.github.io/z3guide/programming/Parameters.
3718+
37413719
*)
37423720
val set_global_param : string -> string -> unit
37433721

0 commit comments

Comments
 (0)