Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/23/12 16:28:05 (12 years ago)
Author:
abeham
Message:

#1722:

  • In QAPExhaustiveSwap2LocalImprovement moved local search code to a static method
  • Otherwise minor changes to the QAP
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.QuadraticAssignment-3.3/QAPLIBInstancesTest.cs

    r7558 r7878  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.IO;
    2524using System.Linq;
    2625using System.Text;
     
    176175      var qap = new QuadraticAssignmentProblem();
    177176      var failedInstances = new StringBuilder();
    178       string tempPath = Path.GetTempPath();
    179177
    180178      var instances = provider.GetDataDescriptors();
     
    196194      var qap = new QuadraticAssignmentProblem();
    197195      var failedInstances = new StringBuilder();
    198       string tempPath = Path.GetTempPath();
    199196
    200197      var instances = provider.GetDataDescriptors();
Note: See TracChangeset for help on using the changeset viewer.