Home
last modified time | relevance | path

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

/dports/science/py-scipy/scipy-1.7.1/scipy/cluster/
H A Dhierarchy.py1258 rvisited = set()
1273 elif ndid not in rvisited:
1275 rvisited.add(ndid)
/dports/math/cvc4/CVC4-1.7/src/theory/sep/
H A Dtheory_sep.cpp1380 std::map< Node, Node > rvisited; in instantiateLabel() local
1382 … rem = applyLabel( rem, NodeManager::currentNM()->mkNode( kind::SETMINUS, lbl, mval ), rvisited ); in instantiateLabel()