Home
last modified time | relevance | path

Searched defs:num_learned_literals (Results 1 – 4 of 4) sorted by relevance

/dports/math/yices/yices-2.6.2/src/solvers/cdcl/
H A Dclause_pool.h101 uint32_t num_learned_literals; // sum of the length of these clauses member
H A Dnew_sat_solver2.h244 uint32_t num_learned_literals; // sum of the length of these clauses member
H A Dnew_sat_solver.h244 uint32_t num_learned_literals; // sum of the length of these clauses member
H A Dsmt_core.h1371 static inline uint64_t num_learned_literals(smt_core_t *s) { in num_learned_literals() function