Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 12 and Version 13 of Documentation/Howto/ImplementANewVRPEncoding


Ignore:
Timestamp:
10/05/20 10:14:51 (4 years ago)
Author:
abeham
Comment:

Interfaces need storable type attributes as well

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Howto/ImplementANewVRPEncoding

    v12 v13  
    170170{{{
    171171#!cs
     172[StorableType("12ce8815-d464-4775-a6a5-02bffc7f447d")]
    172173public interface IMultiTripProblemInstance {
    173174  DoubleValue MaxDistance { get; set; }
     
    443444{{{
    444445#!cs
     446[StorableType("1ab590b7-e0a1-4051-b6f4-610f25737f43")]
    445447public interface IMultiTripOperator : IVRPOperator { }
    446448}}}