Changes between Version 7 and Version 8 of Documentation/Howto/ImplementANewVRPEvaluator
- Timestamp:
- 08/17/14 22:27:31 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/ImplementANewVRPEvaluator
v7 v8 15 15 == Prerequisites == 16 16 17 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)].17 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 [[Documentation/DevelopmentCenter|the development center]]. 18 18 19 19 The plugin need an additional dependency onto the {{{HeuristicLab.Problems.VehicleRouting}}} plugin. Finally, the plugin should look like this: