git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@127 331e1502-861f-0410-8da2-ba01fb791d7f
35 lines
628 B
Groff
Executable file
35 lines
628 B
Groff
Executable file
.TH "OrderXover" 3 "22 Dec 2006" "ParadisEO" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
OrderXover \- Order Crossover.
|
|
|
|
.PP
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
\fC#include <order_xover.h>\fP
|
|
.PP
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "bool \fBoperator()\fP (Route &__route1, Route &__route2)"
|
|
.br
|
|
.in -1c
|
|
.SS "Private Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "void \fBcross\fP (const Route &__par1, const Route &__par2, Route &__child)"
|
|
.br
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
Order Crossover.
|
|
.PP
|
|
Definition at line 32 of file order_xover.h.
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for ParadisEO from the source code.
|