Home
last modified time | relevance | path

Searched refs:bvarith_elim (Results 1 – 5 of 5) sorted by relevance

/dports/math/yices/yices-2.6.2/src/context/
H A Dcontext_parameters.c30 ctx_parameters->bvarith_elim = true; in init_ctx_params()
49 ctx_parameters->bvarith_elim = true; in default_ctx_params()
76 ctx_parameters->bvarith_elim = context_bvarith_elim_enabled(context); in save_ctx_params()
H A Dcontext_parameters.h34 bool bvarith_elim; member
/dports/math/yices/yices-2.6.2/src/frontend/
H A Dyices_smt.c154 static bool bvarith_elim; variable
513 bvarith_elim = opt_set[bvarith_elim_opt]; in check_parameters()
1976 if (bvarith_elim) { in process_benchmark()
/dports/math/yices/yices-2.6.2/src/frontend/yices/
H A Dyices_reval.c1234 show_bool_param(param2string[p], ctx_parameters.bvarith_elim, n); in show_param()
1503 ctx_parameters.bvarith_elim = tt; in yices_setparam_cmd()
/dports/math/yices/yices-2.6.2/src/frontend/smt2/
H A Dsmt2_commands.c4604 print_boolean_value(g->ctx_parameters.bvarith_elim); in yices_get_option()
5107 g->ctx_parameters.bvarith_elim = tt; in yices_set_option()