Changeset 14177
- Timestamp:
- 07/22/16 10:27:56 (8 years ago)
- 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 149 149 <EmbeddedResource Include="Documents\ALPSGP_SymReg.hl" /> 150 150 <EmbeddedResource Include="Documents\ALPSGA_TSP.hl" /> 151 <EmbeddedResource Include="Documents\ TS_BPP.hl" />151 <EmbeddedResource Include="Documents\GA_BPP.hl" /> 152 152 <None Include="Plugin.cs.frame" /> 153 153 <Compile Include="OptimizerSingleDocumentMainForm.cs"> -
trunk/sources/HeuristicLab.Optimizer/3.3/StartPage.cs
r14167 r14177 135 135 var standardProblems = new List<string> { "ALPSGA_TSP", "ES_Griewank", "GA_Grouping", "GA_TSP", "GA_VRP", "GE_ArtificialAnt", 136 136 "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" 138 138 }; 139 139 groupLookup[standardProblemsGroup] = standardProblems; -
trunk/sources/HeuristicLab.Problems.BinPacking.Views/3.3/Properties/AssemblyInfo.cs.frame
r14162 r14177 42 42 43 43 // 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")] 45 45 46 46 // Version information for an assembly consists of the following four values: -
trunk/sources/HeuristicLab.Problems.BinPacking/3.3/Properties/AssemblyInfo.cs.frame
r14162 r14177 42 42 43 43 // 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")] 45 45 46 46 // Version information for an assembly consists of the following four values: -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj
r14169 r14177 456 456 <Compile Include="HeuristicLab-3.3\PluginLoader.cs" /> 457 457 <Compile Include="HeuristicLab-3.3\Samples\AlpsSampleTest.cs" /> 458 <Compile Include="HeuristicLab-3.3\Samples\GABppSampleTest.cs" /> 458 459 <Compile Include="HeuristicLab-3.3\Samples\GPRobocodeSampleTest.cs" /> 459 460 <Compile Include="HeuristicLab-3.3\Samples\OSESGriewankSampleTest.cs" />
Note: See TracChangeset
for help on using the changeset viewer.