Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/06/18 23:53:50 (6 years ago)
Author:
abeham
Message:

#1614: Added program to generate new benchmark instances based on QAPLIB (same flow matrices, clustered distance matrices and randomly chosen installation costs, demands, and capacities)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/GeneralizedQAP.sln

    r15553 r15578  
    2020Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3", "HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3.csproj", "{577239EC-7D7F-4505-A0A4-572E34010DBA}"
    2121EndProject
     22Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BenchmarkDataGenerator", "BenchmarkDataGenerator\BenchmarkDataGenerator.csproj", "{90FDB828-617C-4FA6-AF14-17B750770CBF}"
     23EndProject
    2224Global
    23   GlobalSection(Performance) = preSolution
    24     HasPerformanceSessions = true
    25   EndGlobalSection
    2625  GlobalSection(SolutionConfigurationPlatforms) = preSolution
    2726    Debug|Any CPU = Debug|Any CPU
     
    117116    {577239EC-7D7F-4505-A0A4-572E34010DBA}.Release|x86.ActiveCfg = Release|Any CPU
    118117    {577239EC-7D7F-4505-A0A4-572E34010DBA}.Release|x86.Build.0 = Release|Any CPU
     118    {90FDB828-617C-4FA6-AF14-17B750770CBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     119    {90FDB828-617C-4FA6-AF14-17B750770CBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
     120    {90FDB828-617C-4FA6-AF14-17B750770CBF}.Debug|x64.ActiveCfg = Debug|Any CPU
     121    {90FDB828-617C-4FA6-AF14-17B750770CBF}.Debug|x64.Build.0 = Debug|Any CPU
     122    {90FDB828-617C-4FA6-AF14-17B750770CBF}.Debug|x86.ActiveCfg = Debug|Any CPU
     123    {90FDB828-617C-4FA6-AF14-17B750770CBF}.Debug|x86.Build.0 = Debug|Any CPU
     124    {90FDB828-617C-4FA6-AF14-17B750770CBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
     125    {90FDB828-617C-4FA6-AF14-17B750770CBF}.Release|Any CPU.Build.0 = Release|Any CPU
     126    {90FDB828-617C-4FA6-AF14-17B750770CBF}.Release|x64.ActiveCfg = Release|Any CPU
     127    {90FDB828-617C-4FA6-AF14-17B750770CBF}.Release|x64.Build.0 = Release|Any CPU
     128    {90FDB828-617C-4FA6-AF14-17B750770CBF}.Release|x86.ActiveCfg = Release|Any CPU
     129    {90FDB828-617C-4FA6-AF14-17B750770CBF}.Release|x86.Build.0 = Release|Any CPU
    119130  EndGlobalSection
    120131  GlobalSection(SolutionProperties) = preSolution
     
    133144    HasPerformanceSessions = true
    134145  EndGlobalSection
     146  GlobalSection(Performance) = preSolution
     147    HasPerformanceSessions = true
     148  EndGlobalSection
    135149EndGlobal
Note: See TracChangeset for help on using the changeset viewer.