Searched refs:kPath (Results 1 – 10 of 10) sorted by relevance
118 if ((Weight::Properties() & (kPath | kRightSemiring)) in SingleShortestPath()119 != (kPath | kRightSemiring)) { in SingleShortestPath()289 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) {426 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) { in ShortestPath()
105 if ((Weight::Properties() & (kPath | kCommutative)) in Prune()106 != (kPath | kCommutative)) { in Prune()223 if ((Weight::Properties() & (kPath | kCommutative)) in Prune()224 != (kPath | kCommutative)) { in Prune()
62 uint64 props = kPath; in LexicographicWeight()115 return props1 & props2 & (kLeftSemiring | kRightSemiring | kPath | in Properties()
109 const uint64 kPath = 0x0000000000000010ULL; variable
234 kPath | kIdempotent; in Properties()494 return kLeftSemiring | kRightSemiring | kCommutative | kIdempotent | kPath; in Properties()
130 if (first_path_ && !(Weight::Properties() & kPath)) { in ShortestDistance()
569 if (distance && (Weight::Properties() & kPath)) { in AutoQueue()
722 if ((wprops & (kPath | kCommutative)) == (kPath | kCommutative)) { in TestOptimize()776 if ((wprops & (kPath | kRightSemiring)) == (kPath | kRightSemiring)) { in TestSearch()785 if ((wprops & (kPath | kSemiring)) == (kPath | kSemiring)) { in TestSearch()
117 if (Weight::Properties() & kPath) in TestSemiring()
403 if ((Weight::Properties() & (kPath | kRightSemiring)) in PdtShortestPath()404 != (kPath | kRightSemiring)) { in PdtShortestPath()