Query: pgasetnoduplicatesflag
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetNoDuplicatesFlag(8) PGAPack PGASetNoDuplicatesFlag(8)NAMEPGASetNoDuplicatesFlag - A boolean flag to indicate if duplicate strings are allowed in the population.DESCRIPTIONValid choices are PGA_TRUE and PGA_FALSE. The default is PGA_FALSE -- allow duplicates.INPUT PARAMETERSctx - context variable flag - PGA_TRUE or PGA_FALSEOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetNoDuplicatesFlag(ctx, no_dup) PGAContext *ctx int no_dupLOCATIONduplcate.cEXAMPLEExample: Set the NoDuplicates flag to require that all strings are unique. PGAContext *ctx; : PGASetNoDuplicatesFlag(ctx,PGA_TRUE); 05/01/95 PGASetNoDuplicatesFlag(8)