Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/01/12 15:15:22 (12 years ago)
Author:
abeham
Message:

#1614

  • Fixed plugin dependencies
  • Updated GQAP view
  • Changed instances infrastructure
    • Changed interface types into classes
    • Removed the library specific instance classes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj

    r7505 r7538  
    5151  </ItemGroup>
    5252  <ItemGroup>
     53    <None Include="ClassDiagram1.cd" />
    5354    <None Include="Plugin.cs.frame" />
    54     <Compile Include="Instances\IATSPInstance.cs" />
    55     <Compile Include="Instances\ICTAPInstance.cs" />
     55    <Compile Include="IExportable.cs" />
     56    <Compile Include="Instances\ATSPInstance.cs" />
     57    <Compile Include="Instances\CTAPInstance.cs" />
    5658    <Compile Include="IInstanceDescriptor.cs" />
    57     <Compile Include="Instances\ICVRPInstance.cs" />
    58     <Compile Include="Instances\IGQAPInstance.cs" />
    59     <Compile Include="Instances\IQAPInstance.cs" />
    60     <Compile Include="Instances\ITSPInstance.cs" />
    61     <Compile Include="IProblemInstanceConsumer.cs" />
     59    <Compile Include="Instances\CVRPInstance.cs" />
     60    <Compile Include="Instances\GQAPInstance.cs" />
     61    <Compile Include="Instances\QAPInstance.cs" />
     62    <Compile Include="Instances\TSPInstance.cs" />
     63    <Compile Include="IConsumable.cs" />
    6264    <Compile Include="IProblemInstanceProvider.cs" />
    6365    <Compile Include="Plugin.cs" />
Note: See TracChangeset for help on using the changeset viewer.