|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
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. | |
A depot.
| String frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Depot.toString | ( | ) |
| 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().
| float frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Depot.horizon |
This depot's visibility radius.
Referenced by frodo2.benchmarks.vehiclerouting.CordeauToXCSP.createXCSP().
| int frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Depot.id |
The depot ID.
Referenced by frodo2.benchmarks.vehiclerouting.CordeauToXCSP.parse().
| float frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Depot.maxDist |
The maximal distance allowed for each vehicle in this depot.
Referenced by frodo2.benchmarks.vehiclerouting.CordeauToXCSP.parse().
| int frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Depot.maxLoad |
The maximal load allowed for each vehicle in this depot.
| float frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Depot.x |
The x coordinate.
Referenced by frodo2.benchmarks.vehiclerouting.CordeauToXCSP.createXCSP(), and frodo2.benchmarks.vehiclerouting.CordeauToXCSP.parse().
| float frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Depot.y |
The y coordinate.
Referenced by frodo2.benchmarks.vehiclerouting.CordeauToXCSP.createXCSP(), and frodo2.benchmarks.vehiclerouting.CordeauToXCSP.parse().