Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/19 15:13:36 (5 years ago)
Author:
abeham
Message:

#2457: branched integer encoding, some changes

Location:
branches/2457_ExpertSystem/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2457_ExpertSystem/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3.csproj

    r16728 r17175  
    111111  </ItemGroup>
    112112  <ItemGroup>
    113     <Compile Include="CPLEX\CplexSolver.cs" />
    114     <Compile Include="CPLEX\GQAP-FY.cs" />
    115     <Compile Include="CPLEX\GQAP-KB.cs" />
    116     <Compile Include="CPLEX\GQAPDataSource.cs" />
    117     <Compile Include="CPLEX\CplexContext.cs" />
    118113    <Compile Include="Evolutionary\ESContext.cs" />
    119114    <Compile Include="Evolutionary\ESGQAPSolution.cs" />
     
    135130    <Compile Include="LocalSearch\IteratedLS.cs" />
    136131    <Compile Include="LocalSearch\MultistartLS.cs" />
    137     <Compile Include="LocalSolverNet\GQAPListSolver.cs" />
    138     <Compile Include="LocalSolverNet\GQAPIntegerSolver.cs" />
    139     <Compile Include="LocalSolverNet\LocalSolverContext.cs" />
    140     <Compile Include="LocalSolverNet\GQAPBinarySolver.cs" />
    141132    <Compile Include="Plugin.cs" />
    142133    <Compile Include="Infrastructure\Contexts\SingleSolutionContext.cs" />
  • branches/2457_ExpertSystem/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/Plugin.cs

    r15574 r17175  
    4040  [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
    4141  [PluginDependency("HeuristicLab.Random", "3.3")]
    42   [PluginDependency("CPLEX Transport", "12.7.0")]
    43   [PluginDependency("LocalSolver 7.5 Transport", "7.5")]
     42  //[PluginDependency("CPLEX Transport", "12.7.0")]
     43  //[PluginDependency("LocalSolver 7.5 Transport", "7.5")]
    4444  public class Plugin : PluginBase {
    4545  }
Note: See TracChangeset for help on using the changeset viewer.