debian man page for pgagetmutationandcrossoverflag

Query: pgagetmutationandcrossoverflag

OS: debian

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGAGetMutationAndCrossoverFlag(8)				      PGAPack					 PGAGetMutationAndCrossoverFlag(8)

NAME
PGAGetMutationAndCrossoverFlag - Returns true if mutation occurs only when crossover does.
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
crossed -over strings. Otherwise, returns PGA_FALSE
SYNOPSIS
#include "pgapack.h" int PGAGetMutationAndCrossoverFlag(ctx) PGAContext *ctx
LOCATION
pga.c
EXAMPLE
PGAContext *ctx; int mutatetype; : mutatetype = PGAGetMutationAndCrossoverFlag(ctx); switch (mutatetype) { case PGA_TRUE: printf("Mutating strings only after crossover0); break; case PGA_FALSE: printf("Only mutating strings not undergoing crossover0); break; } 05/01/95 PGAGetMutationAndCrossoverFlag(8)
Related Man Pages
pgaevaluate(1) - debian
pgasetintegerinitrange(2) - debian
modbus_send_raw_request(3) - debian
glxquerycontext(3g) - centos
glxquerycontextinfoext(3g) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
One instance of comparing grep and awk
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph