Searched refs:cand_weight (Results 1 – 2 of 2) sorted by relevance
139 finder->cand_weight = (float*)malloc( sizeof(float)*(graph->total+1));142 finder->cand_weight[0] = 0;149 finder->cand_weight[0] += ver->weight; 254 free(finder->cand_weight); 295 finder->cur_weight[k] + finder->cand_weight[k] < finder->best_weight )397 finder->cand_weight[k] = candweight;
334 float* cand_weight; member