Free cookie consent management tool by TermsFeed Policy Generator

Changeset 14177


Ignore:
Timestamp:
07/22/16 10:27:56 (8 years ago)
Author:
gkronber
Message:

#2642: updated sample for bin packing problem

  • updated guids in assembly info (were the same)
Location:
trunk/sources
Files:
1 added
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj

    r14167 r14177  
    149149    <EmbeddedResource Include="Documents\ALPSGP_SymReg.hl" />
    150150    <EmbeddedResource Include="Documents\ALPSGA_TSP.hl" />
    151     <EmbeddedResource Include="Documents\TS_BPP.hl" />
     151    <EmbeddedResource Include="Documents\GA_BPP.hl" />
    152152    <None Include="Plugin.cs.frame" />
    153153    <Compile Include="OptimizerSingleDocumentMainForm.cs">
  • trunk/sources/HeuristicLab.Optimizer/3.3/StartPage.cs

    r14167 r14177  
    135135      var standardProblems = new List<string> { "ALPSGA_TSP", "ES_Griewank", "GA_Grouping", "GA_TSP", "GA_VRP", "GE_ArtificialAnt",
    136136                "IslandGA_TSP", "LS_Knapsack", "PSO_Schwefel", "RAPGA_JSSP",
    137                 "SA_Rastrigin", "SGP_SantaFe","GP_Multiplexer", "SS_VRP", "TS_TSP", "TS_VRP", "VNS_OP", "VNS_TSP", "TS_BPP"
     137                "SA_Rastrigin", "SGP_SantaFe","GP_Multiplexer", "SS_VRP", "TS_TSP", "TS_VRP", "VNS_OP", "VNS_TSP", "GA_BPP"
    138138        };
    139139      groupLookup[standardProblemsGroup] = standardProblems;
  • trunk/sources/HeuristicLab.Problems.BinPacking.Views/3.3/Properties/AssemblyInfo.cs.frame

    r14162 r14177  
    4242
    4343// The following GUID is for the ID of the typelib if this project is exposed to COM
    44 [assembly: Guid("5D63ECBE-F92C-40DC-A081-C073323D72FF")]
     44[assembly: Guid("B5704E3C-46D5-46FB-AD44-DCB09F414FEC")]
    4545
    4646// Version information for an assembly consists of the following four values:
  • trunk/sources/HeuristicLab.Problems.BinPacking/3.3/Properties/AssemblyInfo.cs.frame

    r14162 r14177  
    4242
    4343// The following GUID is for the ID of the typelib if this project is exposed to COM
    44 [assembly: Guid("5D63ECBE-F92C-40DC-A081-C073323D72FF")]
     44[assembly: Guid("CFB5BBA1-4F23-443C-A71E-0B197398F560")]
    4545
    4646// Version information for an assembly consists of the following four values:
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r14169 r14177  
    456456    <Compile Include="HeuristicLab-3.3\PluginLoader.cs" />
    457457    <Compile Include="HeuristicLab-3.3\Samples\AlpsSampleTest.cs" />
     458    <Compile Include="HeuristicLab-3.3\Samples\GABppSampleTest.cs" />
    458459    <Compile Include="HeuristicLab-3.3\Samples\GPRobocodeSampleTest.cs" />
    459460    <Compile Include="HeuristicLab-3.3\Samples\OSESGriewankSampleTest.cs" />
Note: See TracChangeset for help on using the changeset viewer.