Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/theory/uf/
H A Dtheory_uf.cpp52 d_thss(NULL), in TheoryUF()
70 delete d_thss; in ~TheoryUF()
130 if (d_thss != NULL) { in check()
150 if( d_thss == NULL ){ in check()
171 if (d_thss != NULL) { in check()
290 if (d_thss != NULL) { in preRegisterTerm()
442 if( d_thss ){ in presolve()
443 d_thss->presolve(); in presolve()
728 if (d_thss != NULL) { in eqNotifyNewClass()
740 if (d_thss != NULL) { in eqNotifyPostMerge()
[all …]
H A Dtheory_uf_strong_solver.cpp465 d_thss(thss), in SortModel()
849 if( d_thss->d_conflict.get() ){ in assertCardinality()
1036 ++( d_thss->d_statistics.d_split_lemmas ); in addSplit()
1065 ++(d_thss->d_statistics.d_clique_lemmas); in addCliqueLemma()
1114 d_thss->getOutputChannel().lemma( lem ); in addTotalityAxiom()
1115 ++( d_thss->d_statistics.d_totality_lemmas ); in addTotalityAxiom()
1135 d_thss->getOutputChannel().conflict( lem ); in simpleCheckCardinality()
1136 d_thss->d_conflict.set( true ); in simpleCheckCardinality()
1143 d_thss->getOutputChannel().lemma( lem ); in doSendLemma()
1243 d_thss->getOutputChannel().lemma( lem ); in debugModel()
[all …]
H A Dtheory_uf.h122 StrongSolverTheoryUF* d_thss; variable
304 return d_thss; in getStrongSolver()
H A Dtheory_uf_strong_solver.h216 StrongSolverTheoryUF* d_thss; variable