Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/23/20 11:08:00 (3 years ago)
Author:
epitzer
Message:

#3086 add transformers for GeometryFeatureProvider and IGeometry

Location:
addons/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/HeuristicLab.Problems.BioBoost-3.3.csproj

    r17109 r17777  
    121121      <SpecificVersion>False</SpecificVersion>
    122122      <HintPath>..\..\packages\GeoAPI.1.7.2\lib\net403-client\GeoAPI.dll</HintPath>
     123    </Reference>
     124    <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
     125      <SpecificVersion>False</SpecificVersion>
     126      <HintPath>..\..\..\..\trunk\bin\Google.Protobuf.dll</HintPath>
    123127    </Reference>
    124128    <Reference Include="HEAL.Attic">
     
    294298    <Compile Include="Operators\Transformation\FeedstockDeflater.cs" />
    295299    <Compile Include="Persistence\GeometryFeatureProviderSerializer.cs" />
     300    <Compile Include="Persistence\GeometryFeatureProviderTransformer.cs" />
     301    <Compile Include="Persistence\GeometryTransformer.cs" />
    296302    <Compile Include="Persistence\GeometrySerializer.cs" />
     303    <Compile Include="Persistence\StorableTypeMap.cs" />
    297304    <Compile Include="Plugin.cs" />
    298305    <Compile Include="ProblemDescription\BioBoostProblemData.cs" />
  • addons/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/ProblemDescription/NeighborhoodTable.cs

    r16575 r17777  
    3535  public class NeighborhoodTable : Item, IStringConvertibleMatrix {
    3636
     37    [StorableType("5830CD54-E24F-4194-AED0-95EB5C14C7F8")]
    3738    public struct Key : IComparable<Key> {
    3839      public Key(int id, int degree) {
Note: See TracChangeset for help on using the changeset viewer.