FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.solutionSpaces.hypercube.HyperCubeIterBestFirst< V extends Addable< V >, U extends Addable< U > >.Assignment< U extends Addable< U > > Class Template Reference

Class containing a single assignment with its utility. More...

Public Member Functions

 Assignment (int assignment, U utilIndex)
 Constructor.

Private Attributes

int assignment
 the index of the utility in the space utility array.
util
 The utility corresponding to the assignment.

Detailed Description

Class containing a single assignment with its utility.

Author
Brammert Ottens, 20 nov 2009
Parameters
<U>type used for utility values

Constructor & Destructor Documentation

◆ Assignment()

frodo2.solutionSpaces.hypercube.HyperCubeIterBestFirst< V extends Addable< V >, U extends Addable< U > >.Assignment< U extends Addable< U > >.Assignment ( int assignment,
U utilIndex )

Constructor.

Parameters
assignmentthe assignment
utilIndexthe index to the corresponding utility

References assignment.

Member Data Documentation

◆ assignment

◆ util


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