FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Depot Class Reference

A depot. More...

Public Member Functions

String toString ()

Public Attributes

int id
 The depot ID.
float maxDist
 The maximal distance allowed for each vehicle in this depot.
float horizon
 This depot's visibility radius.
int maxLoad
 The maximal load allowed for each vehicle in this depot.
float x
 The x coordinate.
float y
 The y coordinate.
ArrayList< Integer > customers = new ArrayList<Integer> ()
 The IDs of the customers this depot can serve.

Detailed Description

A depot.

Member Function Documentation

◆ toString()

String frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Depot.toString ( )
See also
java.lang.Object#toString()

Member Data Documentation

◆ customers

ArrayList<Integer> frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Depot.customers = new ArrayList<Integer> ()

The IDs of the customers this depot can serve.

Referenced by frodo2.benchmarks.vehiclerouting.CordeauToXCSP.parse().

◆ horizon

float frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Depot.horizon

This depot's visibility radius.

Referenced by frodo2.benchmarks.vehiclerouting.CordeauToXCSP.createXCSP().

◆ id

int frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Depot.id

◆ maxDist

float frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Depot.maxDist

The maximal distance allowed for each vehicle in this depot.

Referenced by frodo2.benchmarks.vehiclerouting.CordeauToXCSP.parse().

◆ maxLoad

int frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Depot.maxLoad

The maximal load allowed for each vehicle in this depot.

◆ x

float frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Depot.x

◆ y

float frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Depot.y

The documentation for this class was generated from the following file: