docs are updated (corrected more exactly)
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@287 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
9fc380c8dd
commit
20c8316125
212 changed files with 564 additions and 1285 deletions
|
|
@ -10,17 +10,15 @@ moLSCheckPoint \- Class which allows a checkpointing system.
|
|||
.PP
|
||||
\fC#include <moLSCheckPoint.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoBF< A1, A2, R >< const const M &, M::EOType &, void >\fP.
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "void \fBoperator()\fP (const M &__move, const typename M::EOType &__sol)"
|
||||
.br
|
||||
.RI "\fI\fBFunction\fP which launches the checkpointing. \fP"
|
||||
.RI "\fIFunction which launches the checkpointing. \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBadd\fP (\fBeoBF\fP< const M &, const typename M::EOType &, void > &__f)"
|
||||
.RI "void \fBadd\fP (eoBF< const M &, const typename M::EOType &, void > &__f)"
|
||||
.br
|
||||
.RI "\fIProcedure which add a new function to the function vector. \fP"
|
||||
.in -1c
|
||||
|
|
@ -28,7 +26,7 @@ Inherits \fBeoBF< A1, A2, R >< const const M &, M::EOType &, void >\fP.
|
|||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "std::vector< \fBeoBF\fP< const M &, const typename M::EOType &, void > * > \fBfunc\fP"
|
||||
.RI "std::vector< eoBF< const M &, const typename M::EOType &, void > * > \fBfunc\fP"
|
||||
.br
|
||||
.RI "\fIvector of function \fP"
|
||||
.in -1c
|
||||
|
|
@ -45,7 +43,7 @@ Definition at line 21 of file moLSCheckPoint.h.
|
|||
.PP
|
||||
.SS "template<class M> void \fBmoLSCheckPoint\fP< M >::operator() (const M & __move, const typename M::EOType & __sol)\fC [inline]\fP"
|
||||
.PP
|
||||
\fBFunction\fP which launches the checkpointing.
|
||||
Function which launches the checkpointing.
|
||||
.PP
|
||||
Each saved function is used on the current move and the current solution.
|
||||
.PP
|
||||
|
|
@ -61,7 +59,7 @@ Each saved function is used on the current move and the current solution.
|
|||
Definition at line 34 of file moLSCheckPoint.h.
|
||||
.PP
|
||||
References moLSCheckPoint< M >::func.
|
||||
.SS "template<class M> void \fBmoLSCheckPoint\fP< M >::add (\fBeoBF\fP< const M &, const typename M::EOType &, void > & __f)\fC [inline]\fP"
|
||||
.SS "template<class M> void \fBmoLSCheckPoint\fP< M >::add (eoBF< const M &, const typename M::EOType &, void > & __f)\fC [inline]\fP"
|
||||
.PP
|
||||
Procedure which add a new function to the function vector.
|
||||
.PP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue