Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/25/12 18:32:44 (13 years ago)
Author:
abeham
Message:

#1614: worked on GQAP and GRASP+PR

Location:
branches/GeneralizedQAP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP

    • Property svn:ignore
      •  

        old new  
        11*.suo
         2TestResults
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Interfaces/IGQAPEvaluationOperator.cs

    r7407 r7412  
    2929    ILookupParameter<DoubleMatrix> DistancesParameter { get; }
    3030    ILookupParameter<DoubleMatrix> InstallationCostsParameter { get; }
    31     ILookupParameter<DoubleValue> TransportationCostsParameter { get; }
    3231    ILookupParameter<DoubleArray> DemandsParameter { get; }
    3332    ILookupParameter<DoubleArray> CapacitiesParameter { get; }
    3433    ILookupParameter<IntegerVector> AssignmentParameter { get; }
     34
     35    IValueLookupParameter<DoubleValue> TransportationCostsParameter { get; }
     36    IValueLookupParameter<DoubleValue> OverbookedCapacityPenaltyParameter { get; }
    3537  }
    3638}
Note: See TracChangeset for help on using the changeset viewer.