Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/27/12 13:24:36 (12 years ago)
Author:
abeham
Message:

#1614

  • reworked parameterization (one interface for every parameter resp. parameter group)
  • unified parameter descriptions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj

    r7418 r7419  
    9999    <Compile Include="GQAPIntegerVectorProximityCalculator.cs" />
    100100    <Compile Include="GQAPSolution.cs" />
    101     <Compile Include="Interfaces\IGQAPMerger.cs" />
     101    <Compile Include="Interfaces\IQualitiesAwareGQAPOperator.cs" />
     102    <Compile Include="Interfaces\IAssignmentsAwareGQAPOperator.cs" />
     103    <Compile Include="Interfaces\IBestKnownQualityAwareGQAPOperator.cs" />
     104    <Compile Include="Interfaces\IBestKnownSolutionAwareGQAPOperator.cs" />
     105    <Compile Include="Interfaces\ILocationNamesAwareGQAPOperator.cs" />
     106    <Compile Include="Interfaces\IEquipmentNamesAwareGQAPOperator.cs" />
     107    <Compile Include="Interfaces\IMoveQualityAwareGQAPOperator.cs" />
     108    <Compile Include="Interfaces\IGQAPEvaluator.cs" />
     109    <Compile Include="Interfaces\IQualityAwareGQAPOperator.cs" />
     110    <Compile Include="Interfaces\IOverbookedCapacityPenaltyAwareGQAPOperator.cs" />
     111    <Compile Include="Interfaces\ITransportationCostsAwareGQAPOperator.cs" />
     112    <Compile Include="Interfaces\IInstallationCostsAwareGQAPOperator.cs" />
     113    <Compile Include="Interfaces\IDistancesAwareGQAPOperator.cs" />
     114    <Compile Include="Interfaces\IWeightsAwareGQAPOperator.cs" />
     115    <Compile Include="Interfaces\IAssignmentAwareGQAPOperator.cs" />
    102116    <Compile Include="Interfaces\IGQAPNMoveEvaluator.cs" />
    103     <Compile Include="Interfaces\IEquipmentAwareGQAPOperator.cs" />
     117    <Compile Include="Interfaces\IDemandsAwareGQAPOperator.cs" />
    104118    <Compile Include="Interfaces\IGQAPCrossover.cs" />
    105     <Compile Include="Interfaces\IGQAPEvaluationOperator.cs" />
    106     <Compile Include="Interfaces\IGQAPEvaluator.cs" />
    107119    <Compile Include="Interfaces\IGQAPLocalImprovementOperator.cs" />
    108     <Compile Include="Interfaces\IGQAPManipulator.cs" />
    109120    <Compile Include="Interfaces\IGQAPMoveEvaluator.cs" />
    110121    <Compile Include="Interfaces\IGQAPMoveOperator.cs" />
     
    112123    <Compile Include="Interfaces\IGQAPOperator.cs" />
    113124    <Compile Include="Interfaces\IGQAPSolutionCreator.cs" />
    114     <Compile Include="Interfaces\ILocationAwareGQAPOperator.cs" />
     125    <Compile Include="Interfaces\ICapacitiesAwareGQAPOperator.cs" />
    115126    <Compile Include="Moves\NMove.cs" />
    116127    <Compile Include="Moves\GQAPMoveGenerator.cs" />
     
    120131    <Compile Include="Moves\StochasticNMoveSingleMoveGenerator.cs" />
    121132    <Compile Include="Operators\ApproximateLocalSearch.cs" />
     133    <Compile Include="Operators\GQAPPathRelinking.cs" />
    122134    <Compile Include="Operators\GQAPStochasticSolutionCreator.cs" />
    123135    <Compile Include="Operators\DemandEquivalentSwapEquipmentManipluator.cs" />
Note: See TracChangeset for help on using the changeset viewer.