Changeset 17175 for branches/2457_ExpertSystem/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms
- Timestamp:
- 07/26/19 15:13:36 (5 years ago)
- 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 111 111 </ItemGroup> 112 112 <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" />118 113 <Compile Include="Evolutionary\ESContext.cs" /> 119 114 <Compile Include="Evolutionary\ESGQAPSolution.cs" /> … … 135 130 <Compile Include="LocalSearch\IteratedLS.cs" /> 136 131 <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" />141 132 <Compile Include="Plugin.cs" /> 142 133 <Compile Include="Infrastructure\Contexts\SingleSolutionContext.cs" /> -
branches/2457_ExpertSystem/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/Plugin.cs
r15574 r17175 40 40 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 41 41 [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")] 44 44 public class Plugin : PluginBase { 45 45 }
Note: See TracChangeset
for help on using the changeset viewer.