git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@130 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
0d6dfb5b0e
commit
a6fe42664b
743 changed files with 67629 additions and 0 deletions
54
trunk/paradiseo-peo/docs/html/lsnshared/man/man3/EdgeXover.3
Normal file
54
trunk/paradiseo-peo/docs/html/lsnshared/man/man3/EdgeXover.3
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
.TH "EdgeXover" 3 "30 Dec 2006" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
EdgeXover \- Edge Crossover.
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <edge_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
|
||||
.ti -1c
|
||||
.RI "void \fBremove_entry\fP (unsigned __vertex, std::vector< std::set< unsigned > > &__map)"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBbuild_map\fP (const Route &__par1, const Route &__par2)"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBadd_vertex\fP (unsigned __vertex, Route &__child)"
|
||||
.br
|
||||
.in -1c
|
||||
.SS "Private Attributes"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "std::vector< std::set< unsigned > > \fB_map\fP"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "std::vector< bool > \fBvisited\fP"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Edge Crossover.
|
||||
.PP
|
||||
Definition at line 35 of file edge_xover.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.
|
||||
Loading…
Add table
Add a link
Reference in a new issue