PGASetRestartFlag(3) PGAPack PGASetRestartFlag(3)NAMEPGASetRestartFlag - specifies whether the algorithm should employ the restart operatorINPUT PARAMETERSctx - context variable val - boolean variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetRestartFlag(ctx, val) PGAContext *ctx int valLOCATIONrestart.cEXAMPLEExample: PGAContext *ctx; : PGASetRestartFlag(ctx, PGA_TRUE); 05/01/95 PGASetRestartFlag(3)