Searched refs:fixp (Results 1 – 3 of 3) sorted by relevance
198 finder->fixp = new int[N+1]; //node with minimal disconnections239 delete finder->fixp; //node with minimal disconnections274 int* fixp = finder->fixp; //node with minimal disconnections325 fixp[k] = p; //set current point as fixed467 if( !connected[fixp[k]][old[s[k]]])505 int* fixp = new int[N]; //node with minimal disconnections572 fixp[k] = p; //set current point as fixed690 if( !connected[fixp[k]][old[s[k]]])
56 fix_parents, fixp;
323 int* fixp; //node with minimal disconnections member