source: trunk/optimizer/src/pgapack/pgapack/man/man3/PGASelectNextIndex.3 @ 816

Last change on this file since 816 was 816, checked in by liveletlive, 16 years ago

Committing the newer version of PGAPack.

File size: 496 bytes
Line 
1.TH PGASelectNextIndex 3 "05/01/95" " " "PGAPack"
2.SH NAME
3PGASelectNextIndex \- returns the index of next individual in
4internal array that contains the indices determined by PGASelect
5.SH INPUT PARAMETERS
6.PD 0
7.TP
8ctx
9- context variable
10.PD 1
11.SH OUTPUT PARAMETERS
12.PD 0
13.TP
14none
15
16.PD 1
17.SH SYNOPSIS
18.nf
19#include "pgapack.h"
20int  PGASelectNextIndex(ctx)
21PGAContext *ctx
22.fi
23.SH LOCATION
24select.c
25.SH EXAMPLE
26.nf
27Example:
28PGAContext *ctx;
29int l;
30:
31l = PGASelectNextIndex(ctx, PGA_OLDPOP);
32
33.fi
Note: See TracBrowser for help on using the repository browser.