Home
last modified time | relevance | path

Searched refs:estimate_mem_usage (Results 1 – 4 of 4) sorted by relevance

/dports/math/cvc3/cvc3-2.4.1/src/sat/
H A Dxchaff_solver.h326 int estimate_mem_usage() { in estimate_mem_usage() function
327 return CDatabase::estimate_mem_usage(); in estimate_mem_usage()
H A Dxchaff_dbase.cpp114 int current_mem = estimate_mem_usage(); in enlarge_lit_pool()
H A Dxchaff_dbase.h172 int estimate_mem_usage (void) in estimate_mem_usage() function
H A Dxchaff.h120 { return _solver->estimate_mem_usage(); } in GetMemUsed()