PGASelectNextIndex(3) returns the index of next individual in

INPUT PARAMETERS

ctx
- context variable

OUTPUT PARAMETERS

none

SYNOPSIS


#include "pgapack.h"
int PGASelectNextIndex(ctx)
PGAContext *ctx

LOCATION

select.c

EXAMPLE

Example:
PGAContext *ctx;
int l;
:
l = PGASelectNextIndex(ctx, PGA_OLDPOP);