Home
last modified time | relevance | path

Searched refs:dyn_bool_ack_threshold (Results 1 – 7 of 7) sorted by relevance

/dports/math/yices/yices-2.6.2/src/api/
H A Dsearch_parameters.h142 uint16_t dyn_bool_ack_threshold; member
H A Dsearch_parameters.c632 parameters->dyn_bool_ack_threshold = (uint16_t) z; in params_set_field()
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_api8.c85 printf(" dyn_bool_ack_threshold = %"PRIu32"\n", (uint32_t) params->dyn_bool_ack_threshold); in show_params()
/dports/math/yices/yices-2.6.2/src/context/
H A Dcontext_solver.c515 egraph_set_boolack_threshold(egraph, params->dyn_bool_ack_threshold); in context_set_search_parameters()
/dports/math/yices/yices-2.6.2/src/frontend/
H A Dyices_smtcomp.c502 params.max_boolackermann, (uint32_t) params.dyn_bool_ack_threshold); in print_options()
/dports/math/yices/yices-2.6.2/src/frontend/yices/
H A Dyices_reval.c1343 show_pos32_param(param2string[p], (uint32_t) parameters.dyn_bool_ack_threshold, n); in show_param()
1720 parameters.dyn_bool_ack_threshold = (uint16_t) n; in yices_setparam_cmd()
/dports/math/yices/yices-2.6.2/src/frontend/smt2/
H A Dsmt2_commands.c4713 print_uint32_value((uint32_t) g->parameters.dyn_bool_ack_threshold); in yices_get_option()
5301 g->parameters.dyn_bool_ack_threshold = (uint16_t) n; in yices_set_option()