PGAGetMutationBoundedFlag - returns PGA_TRUE or PGA_FALSE to indicate whether mutated integer strings remain in the range specified when initialized with PGASetIntegerInitRange.
ctx - context variable
none
#include "pgapack.h" int PGAGetMutationBoundedFlag(ctx) PGAContext *ctx
mutation.c
Example: PGAContext *ctx; int val; : val = PGAGetMutationBoundedFlag(ctx); 05/01/95 PGAGetMutationBoundedFlag(3)