INPUT PARAMETERS
- ctx
- - context variable
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
int PGAGetMutationBoundedFlag(ctx)
PGAContext *ctx
LOCATION
mutation.cEXAMPLE
Example: PGAContext *ctx; int val; : val = PGAGetMutationBoundedFlag(ctx);