Giter VIP home page Giter VIP logo

Comments (4)

leonlan avatar leonlan commented on August 21, 2024

The primary difficulty that I'm facing in defining a standard for VRPLIB is how to incorporate the pickup and delivery VRP variants. I haven't worked enough with these type of problems to know what kind of format would make sense, specifically how we generalize locations/clients to these settings.

I know that LKH did some stuff with this. I should study these examples in more detail (see http://webhotel4.ruc.dk/~keld/research/LKH-3/).


BACKHAUL_SECTION
3 9 30 33 49 54 66 77 82 85 90 -1

BACKHAUL_SECTION :
This section is used for specifying VRPB instances. It contains a list of backhaul nodes. This
section is terminated by a -1.


image

In pickup and delivery, we are dealing with requests.

I'm not sure why it includes demand/time window/service time data.

from vrplib.

leonlan avatar leonlan commented on August 21, 2024

Another way to go about this:

  • First write down the problem formulation of the most important vehicle routing problems
  • Then define a rich vehicle routing problem formulation that captures all these characteristics
  • Then define a VRPLIB format that captures all of this
  • Also think about generalization: can we include attributes that are not included?

from vrplib.

leonlan avatar leonlan commented on August 21, 2024

https://github.com/jump-dev/MathOptFormat

from vrplib.

leonlan avatar leonlan commented on August 21, 2024
  • Document empty route data option
Route #1: 1 2 3
Route #2:
Route #3:

is allowed

from vrplib.

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.