Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/14/18 12:01:42 (6 years ago)
Author:
abeham
Message:

#2936: Added integration branch

Location:
branches/2936_GQAPIntegration
Files:
2 added
4 copied

Legend:

Unmodified
Added
Removed
  • branches/2936_GQAPIntegration/HeuristicLab.Tests/HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3/ApproximateLocalSearchTest.cs

    r16073 r16077  
    1 using System.Linq;
     1#region License Information
     2/* HeuristicLab
     3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     4 *
     5 * This file is part of HeuristicLab.
     6 *
     7 * HeuristicLab is free software: you can redistribute it and/or modify
     8 * it under the terms of the GNU General Public License as published by
     9 * the Free Software Foundation, either version 3 of the License, or
     10 * (at your option) any later version.
     11 *
     12 * HeuristicLab is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15 * GNU General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU General Public License
     18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
     19 */
     20#endregion
     21
     22using System.Linq;
    223using System.Threading;
    324using HeuristicLab.Data;
    425using HeuristicLab.Encodings.IntegerVectorEncoding;
    5 using HeuristicLab.Problems.GeneralizedQuadraticAssignment;
    626using HeuristicLab.Random;
    727using Microsoft.VisualStudio.TestTools.UnitTesting;
    828
    9 namespace UnitTests {
     29namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment.Tests {
    1030  [TestClass]
    1131  public class ApproximateLocalSearchTest {
  • branches/2936_GQAPIntegration/HeuristicLab.Tests/HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3/CordeauCrossoverTest.cs

    r16073 r16077  
    2323using System.Threading;
    2424using HeuristicLab.Data;
    25 using HeuristicLab.Problems.GeneralizedQuadraticAssignment;
    2625using HeuristicLab.Problems.Instances.CordeauGQAP;
    2726using HeuristicLab.Random;
    2827using Microsoft.VisualStudio.TestTools.UnitTesting;
    2928
    30 namespace UnitTests {
     29namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment.Tests {
    3130  [TestClass]
    3231  public class CordeauCrossoverTest {
  • branches/2936_GQAPIntegration/HeuristicLab.Tests/HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3/GQAPNMoveEvaluatorTest.cs

    r16073 r16077  
    2323using HeuristicLab.Data;
    2424using HeuristicLab.Encodings.IntegerVectorEncoding;
    25 using HeuristicLab.Problems.GeneralizedQuadraticAssignment;
    2625using HeuristicLab.Random;
    2726using Microsoft.VisualStudio.TestTools.UnitTesting;
    2827
    29 namespace UnitTests {
     28namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment.Tests {
    3029  /// <summary>
    3130  ///This is a test class for GQAPNMoveEvaluatorTest and is intended
Note: See TracChangeset for help on using the changeset viewer.