git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@141 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
atantar 2007-01-09 14:58:45 +00:00
commit d8dadeb2f8
486 changed files with 0 additions and 34787 deletions

View file

@ -1,28 +0,0 @@
.TH "CitySwap" 3 "7 Jan 2007" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
.ad l
.nh
.SH NAME
CitySwap \- Its swaps two vertices randomly choosen.
.PP
.SH SYNOPSIS
.br
.PP
\fC#include <city_swap.h>\fP
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "bool \fBoperator()\fP (Route &__route)"
.br
.in -1c
.SH "Detailed Description"
.PP
Its swaps two vertices randomly choosen.
.PP
Definition at line 33 of file city_swap.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.

View file

@ -1,32 +0,0 @@
.TH "DisplayBestRoute" 3 "7 Jan 2007" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
.ad l
.nh
.SH NAME
DisplayBestRoute \-
.SH SYNOPSIS
.br
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBDisplayBestRoute\fP (eoPop< Route > &__pop)"
.br
.ti -1c
.RI "void \fBoperator()\fP ()"
.br
.in -1c
.SS "Private Attributes"
.in +1c
.ti -1c
.RI "eoPop< Route > & \fBpop\fP"
.br
.in -1c
.SH "Detailed Description"
.PP
Definition at line 33 of file display_best_route.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.

View file

@ -1,54 +0,0 @@
.TH "EdgeXover" 3 "7 Jan 2007" "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.

View file

@ -1,24 +0,0 @@
.TH "MergeRouteEval" 3 "7 Jan 2007" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
.ad l
.nh
.SH NAME
MergeRouteEval \-
.SH SYNOPSIS
.br
.PP
Inherits \fBpeoAggEvalFunc< EOT >< eoVector< int, Node > >\fP.
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "void \fBoperator()\fP (Route &__route, const int &__part_fit)"
.br
.in -1c
.SH "Detailed Description"
.PP
Definition at line 31 of file merge_route_eval.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.

View file

@ -1,35 +0,0 @@
.TH "OrderXover" 3 "7 Jan 2007" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- 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-PEO - Lessons from the source code.

View file

@ -1,42 +0,0 @@
.TH "PartRouteEval" 3 "7 Jan 2007" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
.ad l
.nh
.SH NAME
PartRouteEval \- Route Evaluator.
.PP
.SH SYNOPSIS
.br
.PP
\fC#include <part_route_eval.h>\fP
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBPartRouteEval\fP (float __from, float __to)"
.br
.RI "\fIConstructor. \fP"
.ti -1c
.RI "void \fBoperator()\fP (Route &__route)"
.br
.in -1c
.SS "Private Attributes"
.in +1c
.ti -1c
.RI "float \fBfrom\fP"
.br
.ti -1c
.RI "float \fBto\fP"
.br
.in -1c
.SH "Detailed Description"
.PP
Route Evaluator.
.PP
Definition at line 32 of file part_route_eval.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.

View file

@ -1,35 +0,0 @@
.TH "PartialMappedXover" 3 "7 Jan 2007" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
.ad l
.nh
.SH NAME
PartialMappedXover \- Partial Mapped Crossover.
.PP
.SH SYNOPSIS
.br
.PP
\fC#include <partial_mapped_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 \fBrepair\fP (Route &__route, unsigned __cut1, unsigned __cut2)"
.br
.in -1c
.SH "Detailed Description"
.PP
Partial Mapped Crossover.
.PP
Definition at line 32 of file partial_mapped_xover.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.

View file

@ -1,22 +0,0 @@
.TH "RouteEval" 3 "7 Jan 2007" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
.ad l
.nh
.SH NAME
RouteEval \-
.SH SYNOPSIS
.br
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "void \fBoperator()\fP (Route &__route)"
.br
.in -1c
.SH "Detailed Description"
.PP
Definition at line 31 of file route_eval.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.

View file

@ -1,22 +0,0 @@
.TH "RouteInit" 3 "7 Jan 2007" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
.ad l
.nh
.SH NAME
RouteInit \-
.SH SYNOPSIS
.br
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "void \fBoperator()\fP (Route &__route)"
.br
.in -1c
.SH "Detailed Description"
.PP
Definition at line 31 of file route_init.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.

View file

@ -1,24 +0,0 @@
.TH "TwoOpt" 3 "7 Jan 2007" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
.ad l
.nh
.SH NAME
TwoOpt \-
.SH SYNOPSIS
.br
.PP
Inherits \fBmoMove< EOT >< eoVector< int, Node > >\fP.
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "void \fBoperator()\fP (Route &__route)"
.br
.in -1c
.SH "Detailed Description"
.PP
Definition at line 32 of file two_opt.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.

View file

@ -1,24 +0,0 @@
.TH "TwoOptIncrEval" 3 "7 Jan 2007" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
.ad l
.nh
.SH NAME
TwoOptIncrEval \-
.SH SYNOPSIS
.br
.PP
Inherits \fBmoMoveIncrEval< TwoOpt >\fP.
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "int \fBoperator()\fP (const \fBTwoOpt\fP &__move, const Route &__route)"
.br
.in -1c
.SH "Detailed Description"
.PP
Definition at line 30 of file two_opt_incr_eval.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.

View file

@ -1,24 +0,0 @@
.TH "TwoOptInit" 3 "7 Jan 2007" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
.ad l
.nh
.SH NAME
TwoOptInit \-
.SH SYNOPSIS
.br
.PP
Inherits \fBmoMoveInit< TwoOpt >\fP.
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "void \fBoperator()\fP (\fBTwoOpt\fP &__move, const Route &__route)"
.br
.in -1c
.SH "Detailed Description"
.PP
Definition at line 32 of file two_opt_init.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.

View file

@ -1,24 +0,0 @@
.TH "TwoOptNext" 3 "7 Jan 2007" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
.ad l
.nh
.SH NAME
TwoOptNext \-
.SH SYNOPSIS
.br
.PP
Inherits \fBmoNextMove< TwoOpt >\fP.
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "bool \fBoperator()\fP (\fBTwoOpt\fP &__move, const Route &__route)"
.br
.in -1c
.SH "Detailed Description"
.PP
Definition at line 31 of file two_opt_next.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.

View file

@ -1,22 +0,0 @@
.TH "TwoOptRand" 3 "7 Jan 2007" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
.ad l
.nh
.SH NAME
TwoOptRand \-
.SH SYNOPSIS
.br
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "void \fBoperator()\fP (\fBTwoOpt\fP &__move, const Route &__route)"
.br
.in -1c
.SH "Detailed Description"
.PP
Definition at line 31 of file two_opt_rand.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.