Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dsort_inference.cpp432 TypeNode tn_op = op.getType(); in process() local
451 if( n[i].getType()!=tn_op[i] ){ in process()
454 … Trace("sort-inference-debug") << ", while operator arg has type " << tn_op[i] << std::endl; in process()
457 int ct2 = getIdForType( tn_op[i] ); in process()