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

A customer. More...

Public Member Functions

String toString ()

Public Attributes

int id
 The customer ID.
double x
 The x coordinate.
double y
 The y coordinate.
double radius = 0.0
 The radius of its uncertainty circle, or 0.0 if the customer's position is certain.
int demand
 The demand.
ArrayList< Integer > depots
 The IDs of the depots that can serve the customer.

Detailed Description

A customer.

Member Function Documentation

◆ toString()

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

Member Data Documentation

◆ demand

int frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Customer.demand

◆ depots

ArrayList<Integer> frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Customer.depots

◆ id

int frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Customer.id

◆ radius

double frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Customer.radius = 0.0

The radius of its uncertainty circle, or 0.0 if the customer's position is certain.

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

◆ x

double frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Customer.x

◆ y

double frodo2.benchmarks.vehiclerouting.CordeauToXCSP.Customer.y

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