|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
In the future we might want to experiment with different ways of determining a variables assignment. More...
Public Member Functions | |
| Val | determineVariableValue (int varIndex, int domainSize) |
| Method used to determine the assignment of a variable. | |
| void | setZero (U zero) |
| Method used to set the zero value. | |
In the future we might want to experiment with different ways of determining a variables assignment.
This interface is to be implemented by every class that provides this function
| <Val> | type used for variable values |
| <U> | type used for utility values |
| Val frodo2.algorithms.asodpop.ASODPOP< Val extends Addable< Val >, U extends Addable< U > >.determineAssignment< Val extends Addable< Val >, U extends Addable< U > >.determineVariableValue | ( | int | varIndex, |
| int | domainSize ) |
Method used to determine the assignment of a variable.
| varIndex | The index of the variable |
| domainSize | The size of the variables domain |
| void frodo2.algorithms.asodpop.ASODPOP< Val extends Addable< Val >, U extends Addable< U > >.determineAssignment< Val extends Addable< Val >, U extends Addable< U > >.setZero | ( | U | zero | ) |
Method used to set the zero value.
| zero | The zero utility |