Free cookie consent management tool by TermsFeed Policy Generator

source: branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/Evaluation/CVRPTWEvaluation.cs @ 4362

Last change on this file since 4362 was 4362, checked in by svonolfe, 14 years ago

Added initial version - WIP (#1177)

File size: 319 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.Problems.VehicleRouting.ProblemInstances.Evaluation {
7  public class CVRPTWEvaluation: CVRPEvaluation {
8    public double Tardiness { get; set; }
9    public double TravelTime { get; set; }
10  }
11}
Note: See TracBrowser for help on using the repository browser.