FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.Solution< V, U > Member List

This is the complete list of members for frodo2.algorithms.Solution< V, U >, including all inherited members.

assignmentsfrodo2.algorithms.Solution< V, U >protected
cumulativeTimefrodo2.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 >
maxMsgSizefrodo2.algorithms.Solution< V, U >protected
maxMsgSizesfrodo2.algorithms.Solution< V, U >protected
moduleEndTimesfrodo2.algorithms.Solution< V, U >protected
msgNbrsfrodo2.algorithms.Solution< V, U >protected
msgSizesfrodo2.algorithms.Solution< V, U >protected
nbrMsgsfrodo2.algorithms.Solution< V, U >protected
ncccCountfrodo2.algorithms.Solution< V, U >protected
numberOfCoordinationConstraintsfrodo2.algorithms.Solution< V, U >private
numberOfVariablesfrodo2.algorithms.Solution< V, U >private
reportedUtilfrodo2.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 >
timeNeededfrodo2.algorithms.Solution< V, U >protected
toLineString()frodo2.algorithms.Solution< V, U >
toString()frodo2.algorithms.Solution< V, U >
totalMsgSizefrodo2.algorithms.Solution< V, U >protected
treeWidthfrodo2.algorithms.Solution< V, U >protected
trueUtilfrodo2.algorithms.Solution< V, U >protected