All relevant information about a connected component of the constraint graph.
More...
|
| HashSet< String > | openVars |
| | Set of variables in this component that have not yet been picked.
|
| List< String > | order = new ArrayList<String> () |
| | The linear order on variables in this component.
|
| ArrayList< String > | agentList = new ArrayList<String> () |
| | The agent corresponding to each variable in the order.
|
| HashSet< String > | agentSet = new HashSet<String> () |
| | The set of agents controlling a variable in this component.
|
| int | countdown |
| | The number of proposals we are still waiting for.
|
| String | candidate |
| | The current candidate variable to be put in the order.
|
| String | candAgent |
| | The agent owning the current candidate.
|
| IntIntStringTuple | score |
| | The score of the current candidate.
|
All relevant information about a connected component of the constraint graph.