Searched refs:GetPermutationForTesting (Results 1 – 2 of 2) sorted by relevance
50 std::vector<int> permutation = graph->GetPermutationForTesting(); in TEST()65 std::vector<int> permutation = graph->GetPermutationForTesting(); in TEST()78 std::vector<int> permutation = graph->GetPermutationForTesting(); in TEST()96 std::vector<int> p = graph->GetPermutationForTesting(); in TEST()130 std::vector<int> p = graph->GetPermutationForTesting(); in TEST()163 std::vector<int> p = graph->GetPermutationForTesting(); in TEST()194 std::vector<int> p = graph->GetPermutationForTesting(); in TEST()
108 std::vector<int> GetPermutationForTesting() const { return permutation_; } in GetPermutationForTesting() function