mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
|
||
---|---|---|
.. | ||
dyn_ack_params.cpp | ||
dyn_ack_params.h | ||
params2smt_params.cpp | ||
params2smt_params.h | ||
preprocessor_params.h | ||
qi_params.h | ||
README | ||
smt_params.cpp | ||
smt_params.h | ||
theory_arith_params.cpp | ||
theory_arith_params.h | ||
theory_array_params.h | ||
theory_bv_params.h | ||
theory_datatype_params.h |
This directory contains the "remains" of the old parameter setting infrastructure used by Z3. Old code (mostly `smt::context`) is still based on the front_end_params structure. However, we removed support for the old INI file infrastructure. Instead, we have functions for setting the fields of front_end_params using parameter sets (params_ref). Moreover, many of the parameters in front_end_params are now "hidden". That is, they can't be set from the command line or using the command `set-option`.