Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New stable version with the add of the Maheve algorithm.
authorSébastien Miquée <sebastien.miquee@univ-fcomte.fr>
Fri, 7 May 2010 08:51:55 +0000 (10:51 +0200)
committerSébastien Miquée <sebastien.miquee@univ-fcomte.fr>
Fri, 7 May 2010 08:51:55 +0000 (10:51 +0200)
commit732a7291d1f84c7c95026129b8550b84f69337e5
tree8bf094c9d43407acfea067b87b1c5874c1129aae
parent23387ed9d46023e630c4e061a68fcb90cc17e52a
New stable version with the add of the Maheve algorithm.

 - Adding the new efficient MAHEVE mapping algorithm.

 - Correction of some bugs.

 - Adding minor functionalities.

 - Cleaning code.
14 files changed:
src/and/Mapping/Algo.java
src/and/Mapping/Architecture.java
src/and/Mapping/Association.java
src/and/Mapping/Cluster.java
src/and/Mapping/DefaultMapping.java
src/and/Mapping/FT_AIAC_QM.java [new file with mode: 0644]
src/and/Mapping/FT_FEC.java [new file with mode: 0644]
src/and/Mapping/GNode.java
src/and/Mapping/Graph.java
src/and/Mapping/Grid.java
src/and/Mapping/Maheve.java [new file with mode: 0644]
src/and/Mapping/Mapping.java
src/and/Mapping/Simple.java
src/and/Mapping/Utils.java