memory fot TS added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1682 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
fa8f3a7897
commit
e6e21d345e
7 changed files with 264 additions and 0 deletions
13
branches/newMo/src/memory/moIntensification.h
Normal file
13
branches/newMo/src/memory/moIntensification.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef _moIntensification_h
|
||||
#define _moIntensification_h
|
||||
|
||||
#include <memory/moMemory.h>
|
||||
|
||||
/**
|
||||
* Abstract class for intensification strategy
|
||||
*/
|
||||
template< class Neighbor >
|
||||
class moIntensification : public moMemory<Neighbor>, public eoUF<typename Neighbor::EOT &,bool>
|
||||
{};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue