Searched refs:new_op_indexes (Results 1 – 1 of 1) sorted by relevance
342 vector<Vertex::Index> new_op_indexes; in ConvertCutsToFull() local343 new_op_indexes.reserve(op_indexes->size()); in ConvertCutsToFull()347 new_op_indexes.push_back(vertex_index); in ConvertCutsToFull()349 new_op_indexes.push_back(cuts[0].old_dst); in ConvertCutsToFull()350 op_indexes->swap(new_op_indexes); in ConvertCutsToFull()