Changeset 77 for trunk/CrossPare


Ignore:
Timestamp:
05/06/16 15:51:46 (9 years ago)
Author:
sherbold
Message:
  • implemented MODEP after Canfora et al. 2013
Location:
trunk/CrossPare
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/.classpath

    r68 r77  
    2222        <classpathentry kind="lib" path="lib/guava-19.0.jar"/> 
    2323        <classpathentry kind="lib" path="lib/mysql-connector-java-5.1.38-bin.jar"/> 
     24        <classpathentry kind="lib" path="lib/jmetal-algorithm-5.0-jar-with-dependencies.jar"/> 
     25        <classpathentry kind="lib" path="lib/jmetal-core-5.0-jar-with-dependencies.jar"/> 
     26        <classpathentry kind="lib" path="lib/jmetal-exec-5.0-jar-with-dependencies.jar"/> 
    2427        <classpathentry kind="output" path="bin"/> 
    2528</classpath> 
  • trunk/CrossPare/build.xml

    r68 r77  
    2424                <pathelement location="lib/elki-bundle-0.7.1.jar" /> 
    2525                <pathelement location="lib/mysql-connector-java-5.1.38-bin" /> 
     26                <pathelement location="lib/jmetal-algorithm-5.0-jar-with-dependencies.jar" /> 
     27                <pathelement location="lib/jmetal-core-5.0-jar-with-dependencies" /> 
     28                <pathelement location="lib/jmetal-exec-5.0-jar-with-dependencies" /> 
    2629        </path> 
    2730 
Note: See TracChangeset for help on using the changeset viewer.