Home
last modified time | relevance | path

Searched refs:reduce_calls (Results 1 – 17 of 17) sorted by relevance

/dports/math/yices/yices-2.6.2/src/solvers/cdcl/
H A Dsmt_core.h781 uint32_t reduce_calls; // number of calls to reduce_learned_clause_set member
1299 return s->stats.reduce_calls; in num_reduce_calls()
H A Dsat_solver.h486 uint32_t reduce_calls; // number of calls to reduce_learned_clause_set member
H A Dnew_sat_solver2.h520 uint32_t reduce_calls; // number of calls to reduce_learned_clause_set member
H A Dnew_sat_solver.h578 uint32_t reduce_calls; // number of calls to reduce_learned_clause_set member
H A Dsat_solver.c954 stat->reduce_calls = 0; in init_stats()
1638 solver->stats.reduce_calls ++; in reduce_learned_clause_set()
H A Dsmt_core.c1275 stat->reduce_calls = 0; in init_statistics()
4659 s->stats.reduce_calls ++; in reduce_clause_database()
5880 s->stats.reduce_calls = 0; in start_search()
H A Dnew_sat_solver2.c2406 stat->reduce_calls = 0; in init_stats()
4088 solver->stats.reduce_calls ++; in nsat_reduce_learned_clause_set()
9218 fprintf(f, "c reduce db : %"PRIu32"\n", stat->reduce_calls); in nsat_show_statistics()
H A Dnew_sat_solver.c2758 stat->reduce_calls = 0; in init_stats()
4455 solver->stats.reduce_calls ++; in nsat_reduce_learned_clause_set()
11271 fprintf(f, "c reduce db : %"PRIu32"\n", stat->reduce_calls); in nsat_show_statistics()
/dports/math/yices/yices-2.6.2/src/context/
H A Dcontext_statistics.c46 fprintf(f, " reduce db : %"PRIu32"\n", stat->reduce_calls); in show_stats()
/dports/math/yices/yices-2.6.2/src/frontend/
H A Dyices_sat.c438 fprintf(stderr, "reduce db : %"PRIu32"\n", stat->reduce_calls); in show_stats()
H A Dyices_sat_new.c984 write_line_and_uint(2, "c reduce db : ", stat->reduce_calls); in show_stats()
H A Dyices_smtcomp.c563 fprintf(stderr, " reduce db : %"PRIu32"\n", stat->reduce_calls); in show_stats()
H A Dyices_smt.c1074 printf(" reduce db : %"PRIu32"\n", stat->reduce_calls); in show_stats()
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_core3.c511 printf("reduce db : %"PRIu32"\n", stat->reduce_calls); in show_stats()
H A Dtest_core2.c505 printf("reduce db : %"PRIu32"\n", stat->reduce_calls); in show_stats()
H A Dtest_bit_solver.c.old278 printf("reduce db : %"PRIu32"\n", stat->reduce_calls);
/dports/math/yices/yices-2.6.2/src/frontend/yices/
H A Dyices_reval.c1894 printf(" reduce db : %"PRIu32"\n", stat->reduce_calls); in show_stats()