Git Product home page Git Product logo

Comments (9)

reinterpretcat avatar reinterpretcat commented on July 22, 2024

Hi,

the solver doesn't support drivers with pragmatic format yet, only vehicle types are supported.

I wonder if its possible to modell with pickup deliveries fixed time windows, fixed breaks

These features are supported. Exclusion I guess can be modeled with skills feature. Relevant documentation:

https://reinterpretcat.github.io/vrp/concepts/pragmatic/problem/jobs.html#pickup-and-delivery-job
https://reinterpretcat.github.io/vrp/examples/pragmatic/basics/skills.html

from vrp.

gustav3d avatar gustav3d commented on July 22, 2024

from vrp.

reinterpretcat avatar reinterpretcat commented on July 22, 2024

No, it is not. However, the internal api is designed to support this in the future:

https://github.com/reinterpretcat/vrp/blob/master/vrp-core/src/models/problem/fleet.rs#L30-L44

Check its usage

from vrp.

gustav3d avatar gustav3d commented on July 22, 2024

from vrp.

gustav3d avatar gustav3d commented on July 22, 2024

Google Or-tools does not support drivers either, but there i fake it with cars.
I dont think thats optimal though.

from vrp.

reinterpretcat avatar reinterpretcat commented on July 22, 2024

My idea was to use Actor model within tour which consists of joined data from a driver and a car:

https://github.com/reinterpretcat/vrp/blob/master/vrp-core/src/models/problem/fleet.rs#L95-L104

At the moment, the missing part is to build actors from multiple drivers and vehicles. The current implementation assumes that there is only one driver:

https://github.com/reinterpretcat/vrp/blob/master/vrp-core/src/models/problem/fleet.rs#L130-L131

from vrp.

gustav3d avatar gustav3d commented on July 22, 2024

Any discord chat for this project ?.

from vrp.

reinterpretcat avatar reinterpretcat commented on July 22, 2024

No, not yet. Maybe issues and discussions serves better from documentation point of view? Chat is good as it is nearly real time communication channel, but it is harder to seek in it for information later. So far, I would recommend to create a new discussion for questions and a new issue for bugs

from vrp.

gustav3d avatar gustav3d commented on July 22, 2024

from vrp.

Related Issues (20)

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.