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:
1 added
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2936_GQAPIntegration/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3.csproj

    r15758 r16077  
    4242  </PropertyGroup>
    4343  <ItemGroup>
     44    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     45      <SpecificVersion>False</SpecificVersion>
     46      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     47      <Private>False</Private>
     48    </Reference>
    4449    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0">
    4550      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     
    6469    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0">
    6570      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     71      <Private>False</Private>
     72    </Reference>
     73    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     74      <SpecificVersion>False</SpecificVersion>
     75      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    6676      <Private>False</Private>
    6777    </Reference>
     
    90100      <Private>False</Private>
    91101    </Reference>
    92     <Reference Include="localsolvernet, Version=7.5.0.0, Culture=neutral, processorArchitecture=AMD64">
    93       <SpecificVersion>False</SpecificVersion>
    94       <HintPath>..\..\..\..\trunk\bin\localsolvernet.dll</HintPath>
    95       <Private>False</Private>
    96     </Reference>
    97     <Reference Include="oplall, Version=12.7.0.0, Culture=neutral, PublicKeyToken=7906592bc7cc7340, processorArchitecture=MSIL">
    98       <SpecificVersion>False</SpecificVersion>
    99       <HintPath>..\..\..\..\trunk\bin\oplall.dll</HintPath>
    100       <Private>False</Private>
    101     </Reference>
    102102    <Reference Include="System" />
    103103    <Reference Include="System.Core" />
     
    106106  </ItemGroup>
    107107  <ItemGroup>
    108     <Compile Include="CPLEX\CplexSolver.cs" />
    109     <Compile Include="CPLEX\GQAP-FY.cs" />
    110     <Compile Include="CPLEX\GQAP-KB.cs" />
    111     <Compile Include="CPLEX\GQAPDataSource.cs" />
    112     <Compile Include="CPLEX\CplexContext.cs" />
    113     <Compile Include="Evolutionary\ESContext.cs" />
    114     <Compile Include="Evolutionary\ESGQAPSolution.cs" />
    115     <Compile Include="Evolutionary\EvolutionStrategy.cs" />
    116     <Compile Include="Evolutionary\OSGAContext.cs" />
    117     <Compile Include="Evolutionary\OSGA.cs" />
     108    <None Include="Properties\AssemblyInfo.cs.frame" />
    118109    <Compile Include="Infrastructure\Algorithms\StochasticAlgorithm.cs" />
    119110    <Compile Include="Infrastructure\Contexts\StochasticContext.cs" />
     
    122113    <Compile Include="GRASP\GRASPContext.cs" />
    123114    <Compile Include="GRASP\GRASP.cs" />
    124     <Compile Include="LAHC\pLAHCContext.cs" />
    125     <Compile Include="LAHC\pLAHC.cs" />
    126     <Compile Include="LAHC\LAHC.cs" />
    127     <Compile Include="LAHC\LAHCContext.cs" />
    128     <Compile Include="LocalSearch\LocalSearchContext.cs" />
    129115    <Compile Include="Infrastructure\Interfaces.cs" />
    130     <Compile Include="LocalSearch\IteratedLS.cs" />
    131     <Compile Include="LocalSearch\MultistartLS.cs" />
    132     <Compile Include="LocalSolverNet\GQAPListSolver.cs" />
    133     <Compile Include="LocalSolverNet\GQAPIntegerSolver.cs" />
    134     <Compile Include="LocalSolverNet\LocalSolverContext.cs" />
    135     <Compile Include="LocalSolverNet\GQAPBinarySolver.cs" />
     116    <None Include="Plugin.cs.frame" />
    136117    <Compile Include="Plugin.cs" />
    137118    <Compile Include="Infrastructure\Contexts\SingleSolutionContext.cs" />
     
    139120    <Compile Include="Properties\AssemblyInfo.cs" />
    140121    <Compile Include="Infrastructure\SingleObjectiveSolutionScope.cs" />
    141     <Compile Include="RandomSearch\RandomSearchContext.cs" />
    142     <Compile Include="RandomSearch\RandomSearch.cs" />
    143122  </ItemGroup>
    144123  <ItemGroup>
    145     <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    146       <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
    147       <Name>HeuristicLab.Analysis-3.3</Name>
    148       <Private>False</Private>
    149     </ProjectReference>
    150124    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
    151125      <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
    152126      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
    153       <Private>False</Private>
    154     </ProjectReference>
    155     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    156       <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
    157       <Name>HeuristicLab.Optimization-3.3</Name>
    158127      <Private>False</Private>
    159128    </ProjectReference>
Note: See TracChangeset for help on using the changeset viewer.