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 "moLinearCoolingSchedule" 3 "19 Apr 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.TH "moLinearCoolingSchedule" 3 "20 Apr 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -22,7 +22,7 @@ Inherits \fBmoCoolingSchedule\fP.
|
|||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (double &__temp)"
|
||||
.br
|
||||
.RI "\fIFunction which proceeds to the cooling. \fP"
|
||||
.RI "\fI\fBFunction\fP which proceeds to the cooling. \fP"
|
||||
.in -1c
|
||||
.SS "Private Attributes"
|
||||
|
||||
|
|
@ -61,9 +61,9 @@ Simple constructor.
|
|||
Definition at line 31 of file moLinearCoolingSchedule.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "bool moLinearCoolingSchedule::operator() (double & __temp)\fC [inline]\fP"
|
||||
.SS "bool moLinearCoolingSchedule::operator() (double & __temp)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Function which proceeds to the cooling.
|
||||
\fBFunction\fP which proceeds to the cooling.
|
||||
.PP
|
||||
It decreases the temperature and indicates if it is greater than the threshold.
|
||||
.PP
|
||||
|
|
@ -78,6 +78,8 @@ if the new temperature (current temperature - quantity) is greater than the thre
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoUF< double &, bool >\fP.
|
||||
.PP
|
||||
Definition at line 41 of file moLinearCoolingSchedule.h.
|
||||
.PP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue