Home | History | Annotate | Download | only in src

Lines Matching full:fixp

67     int* fixp; //node with minimal disconnections
198 finder->fixp = new int[N+1]; //node with minimal disconnections
239 delete finder->fixp; //node with minimal disconnections
274 int* fixp = finder->fixp; //node with minimal disconnections
325 fixp[k] = p; //set current point as fixed
335 nod[k] = 1; //nod is aux variable, 1 means fixp == s
467 if( !connected[fixp[k]][old[s[k]]])
505 int* fixp = new int[N]; //node with minimal disconnections
572 fixp[k] = p; //set current point as fixed
582 nod[k] = 1; //nod is aux variable, 1 means fixp == s
690 if( !connected[fixp[k]][old[s[k]]])