Changeset 15512
- Timestamp:
- 12/11/17 23:39:16 (7 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Operators/LocalImprovers/ApproximateLocalSearch.cs
r15511 r15512 32 32 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 33 33 34 namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment .Operators{34 namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment { 35 35 [Item("ApproximateLocalSearch", "The approximate local search is described in Mateus, G., Resende, M., and Silva, R. 2011. GRASP with path-relinking for the generalized quadratic assignment problem. Journal of Heuristics 17, Springer Netherlands, pp. 527-565.")] 36 36 [StorableClass] -
branches/GeneralizedQAP/UnitTests/UnitTests.csproj
r15492 r15512 109 109 <Compile Include="GQAPNMoveEvaluatorTest.cs" /> 110 110 <Compile Include="Properties\AssemblyInfo.cs" /> 111 <Compile Include="ApproximateLocalSearchTest.cs" /> 111 112 </ItemGroup> 112 113 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.