Changes between Version 3 and Version 4 of Documentation/Howto/ImplementANewVRPProblemInstance
- Timestamp:
- 02/20/14 10:25:47 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/ImplementANewVRPProblemInstance
v3 v4 1 1 work in progres ... 2 2 3 = How to …implement a new VRP ProblemInstance =3 = How to ... implement a new VRP ProblemInstance = 4 4 5 5 == Goals == … … 23 23 == Prerequisites == 24 24 25 Before you start, make sure you have the latest version of the HeuristicLab source code ready. Then create a new plugin called {{{HeuristicLab. PollutionRoutingProblem}}}. For additional help for creating a new plugin, see [wiki:UsersHowtosImplementPluginsStepByStep How to ... create HeuristicLab plugins (step by step)].25 Before you start, make sure you have the latest version of the HeuristicLab source code ready. Then create a new plugin called {{{HeuristicLab.TimeDependentVRP}}}. For additional help for creating a new plugin, see [wiki:UsersHowtosImplementPluginsStepByStep How to ... create HeuristicLab plugins (step by step)]. 26 26 27 27 Your plugin need an additional dependency onto the {{{HeuristicLab.Problems.VehicleRouting}}} and the {{{HeuristicLab.Problems.Instances.VehicleRouting}}} plugin. The plugin should look like this: