reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
543 Coloring G({P,Size}); 557 ElemType I = P[J]; 587 ElemType PJ = P[J]; // Current values of P[J] 588 ElemType PC = P[J+Num/2]; // and P[conj(J)] 595 P[J] = QJ; 596 P[J+Num/2] = QC; 600 if (P[J] != Ignore && P[J] >= Num/2) 600 if (P[J] != Ignore && P[J] >= Num/2) 601 P[J] -= Num/2; 604 if (UseUp && !route(P, T, Size/2, Step+1)) 606 if (UseDown && !route(P+Size/2, T+Size/2, Size/2, Step+1))