Home
last modified time | relevance | path

Searched refs:lit_pool_push_back (Results 1 – 3 of 3) sorted by relevance

/dports/math/cvc3/cvc3-2.4.1/src/sat/
H A Dxchaff_dbase.cpp56 lit_pool_push_back(0); //set the first element as a spacing element in CDatabase()
H A Dxchaff_dbase.h150 void lit_pool_push_back(int value) { in lit_pool_push_back() function
H A Dxchaff_solver.cpp209 lit_pool_push_back( ((var_idx<<1) + var_sign) << 2); in add_clause()
223 lit_pool_push_back(-new_cl); //push in the clause idx in the end in add_clause()