|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
This is the complete list of members for frodo2.algorithms.Solution< V, U >, including all inherited members.
| assignments | frodo2.algorithms.Solution< V, U > | protected |
| cumulativeTime | frodo2.algorithms.Solution< V, U > | protected |
| getAssignments() | frodo2.algorithms.Solution< V, U > | |
| getMaxMsgSize() | frodo2.algorithms.Solution< V, U > | |
| getMaxMsgSizes() | frodo2.algorithms.Solution< V, U > | |
| getMsgNbrs() | frodo2.algorithms.Solution< V, U > | |
| getMsgSizes() | frodo2.algorithms.Solution< V, U > | |
| getNbrMsgs() | frodo2.algorithms.Solution< V, U > | |
| getNbrVariables() | frodo2.algorithms.Solution< V, U > | |
| getNcccCount() | frodo2.algorithms.Solution< V, U > | |
| getNumberOfCoordinationConstraints() | frodo2.algorithms.Solution< V, U > | |
| getReportedUtil() | frodo2.algorithms.Solution< V, U > | |
| getTimeNeeded() | frodo2.algorithms.Solution< V, U > | |
| getTimesNeeded() | frodo2.algorithms.Solution< V, U > | |
| getTotalMsgSize() | frodo2.algorithms.Solution< V, U > | |
| getTotalTime() | frodo2.algorithms.Solution< V, U > | |
| getTreeWidth() | frodo2.algorithms.Solution< V, U > | |
| getUtility() | frodo2.algorithms.Solution< V, U > | |
| maxMsgSize | frodo2.algorithms.Solution< V, U > | protected |
| maxMsgSizes | frodo2.algorithms.Solution< V, U > | protected |
| moduleEndTimes | frodo2.algorithms.Solution< V, U > | protected |
| msgNbrs | frodo2.algorithms.Solution< V, U > | protected |
| msgSizes | frodo2.algorithms.Solution< V, U > | protected |
| nbrMsgs | frodo2.algorithms.Solution< V, U > | protected |
| ncccCount | frodo2.algorithms.Solution< V, U > | protected |
| numberOfCoordinationConstraints | frodo2.algorithms.Solution< V, U > | private |
| numberOfVariables | frodo2.algorithms.Solution< V, U > | private |
| reportedUtil | frodo2.algorithms.Solution< V, U > | protected |
| setNbrMsgs(int nbrMsgsNew) | frodo2.algorithms.Solution< V, U > | |
| setTimeNeeded(long timeNeededNew) | frodo2.algorithms.Solution< V, U > | |
| setTotalMsgSize(long totalMsgSizeNew) | frodo2.algorithms.Solution< V, U > | |
| setUtility(U util) | frodo2.algorithms.Solution< V, U > | |
| Solution(U reportedUtil, U trueUtil, Map< String, V > assignments, int nbrMsgs, long totalMsgSize, long maxMsgSize, long ncccCount, long timeNeeded, HashMap< String, Long > moduleEndTimes) | frodo2.algorithms.Solution< V, U > | |
| Solution(int nbrVariables, U reportedUtil, U trueUtil, Map< String, V > assignments, int nbrMsgs, long totalMsgSize, long maxMsgSize, long ncccCount, long timeNeeded, HashMap< String, Long > moduleEndTimes, int numberOfCoordinationConstraints) | frodo2.algorithms.Solution< V, U > | |
| Solution(int nbrVariables, U reportedUtil, U trueUtil, Map< String, V > assignments, int nbrMsgs, long totalMsgSize, long maxMsgSize, long ncccCount, long timeNeeded, HashMap< String, Long > moduleEndTimes, int numberOfCoordinationConstraints, int treeWidth) | frodo2.algorithms.Solution< V, U > | |
| Solution(U reportedUtil, U trueUtil, Map< String, V > assignments, int nbrMsgs, TreeMap< MessageType, Integer > msgNbrs, TreeMap< Object, Integer > msgsNbrsSentPerAgent, TreeMap< Object, Integer > msgsNbrsReceivedPerAgent, long totalMsgSize, TreeMap< MessageType, Long > msgSizes, TreeMap< Object, Long > msgSizesSentPerAgent, TreeMap< Object, Long > msgSizesReveivedPerAgent, long maxMsgSize, TreeMap< MessageType, Long > maxMsgSizes, long ncccCount, long timeNeeded, HashMap< String, Long > moduleEndTimes) | frodo2.algorithms.Solution< V, U > | |
| Solution(int nbrVariables, U reportedUtil, U trueUtil, Map< String, V > assignments, int nbrMsgs, TreeMap< MessageType, Integer > msgNbrs, TreeMap< Object, Integer > msgsNbrsSentPerAgent, TreeMap< Object, Integer > msgsNbrsReceivedPerAgent, long totalMsgSize, TreeMap< MessageType, Long > msgSizes, TreeMap< Object, Long > msgSizesSentPerAgent, TreeMap< Object, Long > msgSizesReveivedPerAgent, long maxMsgSize, TreeMap< MessageType, Long > maxMsgSizes, long ncccCount, long timeNeeded, HashMap< String, Long > moduleEndTimes, int numberOfCoordinationConstraints) | frodo2.algorithms.Solution< V, U > | |
| Solution(int nbrVariables, U reportedUtil, U trueUtil, Map< String, V > assignments, int nbrMsgs, TreeMap< MessageType, Integer > msgNbrs, TreeMap< Object, Integer > msgsNbrsSentPerAgent, TreeMap< Object, Integer > msgsNbrsReceivedPerAgent, long totalMsgSize, TreeMap< MessageType, Long > msgSizes, TreeMap< Object, Long > msgSizesSentPerAgent, TreeMap< Object, Long > msgSizesReveivedPerAgent, long maxMsgSize, TreeMap< MessageType, Long > maxMsgSizes, long ncccCount, long timeNeeded, HashMap< String, Long > moduleEndTimes, int treeWidth, int numberOfCoordinationConstraints) | frodo2.algorithms.Solution< V, U > | |
| Solution(int nbrVariables, U reportedUtil, U trueUtil, Map< String, V > assignments, int nbrMsgs, TreeMap< MessageType, Integer > msgNbrs, TreeMap< Object, Integer > msgsNbrsSentPerAgent, TreeMap< Object, Integer > msgsNbrsReceivedPerAgent, long totalMsgSize, TreeMap< MessageType, Long > msgSizes, TreeMap< Object, Long > msgSizesSentPerAgent, TreeMap< Object, Long > msgSizesReveivedPerAgent, long maxMsgSize, TreeMap< MessageType, Long > maxMsgSizes, long ncccCount, long timeNeeded, long cumulativelTime, HashMap< String, Long > moduleEndTimes, int treeWidth, int numberOfCoordinationConstraints) | frodo2.algorithms.Solution< V, U > | |
| timeNeeded | frodo2.algorithms.Solution< V, U > | protected |
| toLineString() | frodo2.algorithms.Solution< V, U > | |
| toString() | frodo2.algorithms.Solution< V, U > | |
| totalMsgSize | frodo2.algorithms.Solution< V, U > | protected |
| treeWidth | frodo2.algorithms.Solution< V, U > | protected |
| trueUtil | frodo2.algorithms.Solution< V, U > | protected |