3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00
z3/src/smt/params
Leonardo de Moura 6107e8d9ce moved old params files
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-12-02 10:47:04 -08:00
..
dyn_ack_params.cpp moved old params files 2012-12-02 10:47:04 -08:00
dyn_ack_params.h moved old params files 2012-12-02 10:47:04 -08:00
params2smt_params.cpp moved old params files 2012-12-02 10:47:04 -08:00
params2smt_params.h moved old params files 2012-12-02 10:47:04 -08:00
preprocessor_params.h moved old params files 2012-12-02 10:47:04 -08:00
qi_params.h moved old params files 2012-12-02 10:47:04 -08:00
README moved old params files 2012-12-02 10:47:04 -08:00
smt_params.cpp moved old params files 2012-12-02 10:47:04 -08:00
smt_params.h moved old params files 2012-12-02 10:47:04 -08:00
theory_arith_params.cpp moved old params files 2012-12-02 10:47:04 -08:00
theory_arith_params.h moved old params files 2012-12-02 10:47:04 -08:00
theory_array_params.h moved old params files 2012-12-02 10:47:04 -08:00
theory_bv_params.h moved old params files 2012-12-02 10:47:04 -08:00
theory_datatype_params.h moved old params files 2012-12-02 10:47:04 -08:00

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`.