|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
The FB_ESTIMATE message in AFB. More...

Public Member Functions | |
| FbEstimateMsg () | |
| Empty constructor used for externalization. | |
| FbEstimateMsg (String dest, String sender, PA< V, U > pa, Timestamp timestamp, U estimate) | |
| Constructor. | |
| String | toString () |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| Public Member Functions inherited from frodo2.algorithms.afb.AFBBaseMsg< V, U > | |
| AFBBaseMsg () | |
| Empty constructor used for externalization. | |
| String | toString () |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
Package Attributes | |
| String | sender |
| The sender of the message. | |
| U | estimate |
| The estimated lower bound of the cost incurred by the optimal assignment to the sender variable. | |
Additional Inherited Members | |
| Public Attributes inherited from frodo2.algorithms.afb.AFBBaseMsg< V, U > | |
| String | dest |
| The destination variable. | |
| Protected Attributes inherited from frodo2.algorithms.afb.AFBBaseMsg< V, U > | |
| PA< V, U > | pa |
| The partial assignment that is passed over to dest. | |
| Timestamp | timestamp |
| Timestamp for the PA the message carries. | |
The FB_ESTIMATE message in AFB.
| <V> | the type used for variable values |
| <U> | the type used for utility values |
| frodo2.algorithms.afb.FbEstimateMsg< V extends Addable< V >, U extends Addable< U > >.FbEstimateMsg | ( | ) |
Empty constructor used for externalization.
References frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.FB_ESTIMATE_TYPE.
| frodo2.algorithms.afb.FbEstimateMsg< V extends Addable< V >, U extends Addable< U > >.FbEstimateMsg | ( | String | dest, |
| String | sender, | ||
| PA< V, U > | pa, | ||
| Timestamp | timestamp, | ||
| U | estimate ) |
Constructor.
| dest | The destination variable |
| sender | The sender variable |
| pa | The current PA |
| timestamp | Timestamp associated to the PA |
| estimate | The estimated lower bound of the cost incurred by the optimal assignment to the sender variable |
References frodo2.algorithms.afb.AFBBaseMsg< V, U >.dest, estimate, frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.FB_ESTIMATE_TYPE, frodo2.algorithms.afb.AFBBaseMsg< V, U >.pa, sender, and frodo2.algorithms.afb.AFBBaseMsg< V, U >.timestamp.
| void frodo2.algorithms.afb.FbEstimateMsg< V extends Addable< V >, U extends Addable< U > >.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
| String frodo2.algorithms.afb.FbEstimateMsg< V extends Addable< V >, U extends Addable< U > >.toString | ( | ) |
| void frodo2.algorithms.afb.FbEstimateMsg< V extends Addable< V >, U extends Addable< U > >.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
|
package |
The estimated lower bound of the cost incurred by the optimal assignment to the sender variable.
Referenced by FbEstimateMsg(), and frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.processFbEstimate().
|
package |
The sender of the message.
Referenced by FbEstimateMsg(), and frodo2.algorithms.afb.AFB< V extends Addable< V >, U extends Addable< U > >.processFbEstimate().