moSimple(Move/Solution)TabuList are updated, Doxyfile too
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@286 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
bfe7aee5a2
commit
9fc380c8dd
219 changed files with 1737 additions and 709 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moSimpleSolutionTabuList" 3 "19 Apr 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.TH "moSimpleSolutionTabuList" 3 "20 Apr 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -30,7 +30,7 @@ Inherits \fBmoTabuList< M >< M >\fP.
|
|||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (const M &__move, const \fBEOT\fP &__sol)"
|
||||
.br
|
||||
.RI "\fIFunction that indicates if, in a given state, the _move is tabu or not. \fP"
|
||||
.RI "\fI\fBFunction\fP that indicates if, in a given state, the _move is tabu or not. \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBadd\fP (const M &__move, const \fBEOT\fP &__sol)"
|
||||
.br
|
||||
|
|
@ -44,6 +44,14 @@ Inherits \fBmoTabuList< M >< M >\fP.
|
|||
.br
|
||||
.RI "\fIProcedure which initialises the tabu list. \fP"
|
||||
.in -1c
|
||||
.SS "Private Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "void \fBremoveSolution\fP (const \fBEOT\fP &__sol)"
|
||||
.br
|
||||
.RI "\fIProcedure that removes a given solution from the tabu list (if it is into, else does nothing). \fP"
|
||||
.in -1c
|
||||
.SS "Private Attributes"
|
||||
|
||||
.in +1c
|
||||
|
|
@ -87,7 +95,7 @@ References moSimpleSolutionTabuList< M >::currentSize.
|
|||
.PP
|
||||
.SS "template<class M> bool \fBmoSimpleSolutionTabuList\fP< M >::operator() (const M & __move, const \fBEOT\fP & __sol)\fC [inline]\fP"
|
||||
.PP
|
||||
Function that indicates if, in a given state, the _move is tabu or not.
|
||||
\fBFunction\fP that indicates if, in a given state, the _move is tabu or not.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
|
|
@ -125,7 +133,7 @@ Implements \fBmoTabuList< M >\fP.
|
|||
.PP
|
||||
Definition at line 64 of file moSimpleSolutionTabuList.h.
|
||||
.PP
|
||||
References moSimpleSolutionTabuList< M >::currentSize, moSimpleSolutionTabuList< M >::maxSize, and moSimpleSolutionTabuList< M >::tabuList.
|
||||
References moSimpleSolutionTabuList< M >::currentSize, moSimpleSolutionTabuList< M >::maxSize, moSimpleSolutionTabuList< M >::removeSolution(), and moSimpleSolutionTabuList< M >::tabuList.
|
||||
.SS "template<class M> void \fBmoSimpleSolutionTabuList\fP< M >::update ()\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Procedure that updates the tabu list content.
|
||||
|
|
@ -134,7 +142,7 @@ Generally, a counter associated to each saved move is decreased by one.
|
|||
.PP
|
||||
Implements \fBmoTabuList< M >\fP.
|
||||
.PP
|
||||
Definition at line 84 of file moSimpleSolutionTabuList.h.
|
||||
Definition at line 91 of file moSimpleSolutionTabuList.h.
|
||||
.SS "template<class M> void \fBmoSimpleSolutionTabuList\fP< M >::init ()\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Procedure which initialises the tabu list.
|
||||
|
|
@ -143,7 +151,23 @@ Can be useful if the data structure needs to be allocated before being used.
|
|||
.PP
|
||||
Implements \fBmoTabuList< M >\fP.
|
||||
.PP
|
||||
Definition at line 90 of file moSimpleSolutionTabuList.h.
|
||||
Definition at line 97 of file moSimpleSolutionTabuList.h.
|
||||
.SS "template<class M> void \fBmoSimpleSolutionTabuList\fP< M >::removeSolution (const \fBEOT\fP & __sol)\fC [inline, private]\fP"
|
||||
.PP
|
||||
Procedure that removes a given solution from the tabu list (if it is into, else does nothing).
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fI__sol\fP A given solution.
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Definition at line 109 of file moSimpleSolutionTabuList.h.
|
||||
.PP
|
||||
References moSimpleSolutionTabuList< M >::tabuList.
|
||||
.PP
|
||||
Referenced by moSimpleSolutionTabuList< M >::add().
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue