Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/theory/sep/
H A Dtheory_sep.cpp696 Node sub_lbl = sub_element.second; in check() local
697 computeLabelModel( sub_lbl ); in check()
698 Node lbl_mval = d_label_model[sub_lbl].getValue( tn ); in check()
699 …Trace("sep-process-debug") << " child " << sub_index << " : " << sub_lbl << ", mval = " << lbl_mv… in check()
1317 Node sub_lbl = itl->second; in instantiateLabel() local
1320 Trace("sep-inst-debug") << "Sublabel " << sub_index << " is " << sub_lbl << std::endl; in instantiateLabel()
1329 computeLabelModel( sub_lbl ); in instantiateLabel()
1330 Assert( d_label_model.find( sub_lbl )!=d_label_model.end() ); in instantiateLabel()
1331 lbl_mval = d_label_model[sub_lbl].getValue( rtn ); in instantiateLabel()
1350 Node sub_lbl = itl->second; in instantiateLabel() local
[all …]