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);