Searched refs:EdgeWeight (Results 1 – 5 of 5) sorted by relevance
34 uint64_t EdgeWeight(const Graph& graph, const Edge& edge);
56 EXPECT_EQ(4U, graph_utils::EdgeWeight(graph, make_pair(0, 1))); in TEST()
38 uint64_t EdgeWeight(const Graph& graph, const Edge& edge) { in EdgeWeight() function
120 uint64_t edge_weight = graph_utils::EdgeWeight(subgraph_, edge); in HandleCircuit()
152 scratch_blocks_used += graph_utils::EdgeWeight(*graph, edge); in CutEdges()154 scratch_allocator.Allocate(graph_utils::EdgeWeight(*graph, edge)); in CutEdges()181 graph_utils::EdgeWeight(*graph, edge) * kBlockSize); in CutEdges()