Travelling_Salesman_Algorithms
BranchAndBound Lista dos membros

Lista completa de todos os membros de BranchAndBound, incluindo todos os membros herdados.

atualizarMelhorCaminho(int *caminhoParcial)BranchAndBound
branchAndBound(double **matriz, double parcial, int nivel, int *caminhoParcial, bool *visitados)BranchAndBound
BranchAndBound()BranchAndBound
BranchAndBound(Graph &graph)BranchAndBound
BranchAndBound(Graph &&graph)BranchAndBound
citiesTSPprotected
distanceTSPprotected
getName()TSP
getTotalTime()TSP
graphTSPprotected
nameTSPprotected
primeiroMenor(int vertice)BranchAndBound
printClock()TSP
printPath(int *array, int n)TSP
run()BranchAndBoundvirtual
runAndCountTime()TSP
segundoMenor(int vertice)BranchAndBound
setGraph(Graph &graph)TSP
setName(string name)TSP
setTotalTime(double totalTime)TSP
showResult()TSPprotected
sumPath(int *array, int arraySize)TSPprotected
sumPath(int *array)TSPprotected
timeTSPprotected
totalTimeTSPprotected
TSP()TSP
TSP(string name)TSP
TSP(Graph &graph, string name)TSP
TSP(Graph &&graph, string name)TSP