Giter Site home page Giter Site logo

graphhopper / jsprit Goto Github PK

View Code? Open in Web Editor NEW
1.6K 1.6K 600.0 10.48 MB

jsprit is a java based, open source toolkit for solving rich vehicle routing problems

Home Page: https://www.graphhopper.com/open-source/

License: Apache License 2.0

Java 100.00%
algorithm java traveling-salesman vehicle-routing-problem vrp

jsprit's Issues

Add pickup and delivery

this does not mean enroute pickup and delivery. Either the pickup or the delivery must take place in a depot

relax/code rapi

code additional builders and factories to decouple/hide implementation

Delivery-Points dependant on specific depot

Hi,

congrats for the awesome project, it looks really great!

I've got a feature request where there's a dependency between deliverys and depots, i.e. a multi-depot problem where a delivery can only be delivered from a specific depot.

Example:
Two depots, Depot A hosts Apples, B hosts Books.
Five Deliverys: 1 (gets Apples), 2 (Apples), 3 (Books), 4 (Apples + Books), 5 (Books)

Currently it's possible to solve the problem only if it doesn't matter from which depot the customers get their product, but if there are different products like in this example, it's more complicated. It would be great if something like the following would be possible:

Service.Builder.newInstance("1", 1).setCoord(Coordinate.newInstance(5, 7)).setDepot(...)

or

Service.Builder.newInstance("1", 1).setCoord(Coordinate.newInstance(5, 7)).setDepotCoord(...)

i.e. if one could link the service and the depot it gets deliverd from.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.