|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TSPInf
Interface for TSP computing algorithms.
| Method Summary | |
|---|---|
Path |
actualBest()
|
Path |
getBest()
Search the best path for a TSP problem. |
Path |
getBest(long max)
Search the best path for a TSP problem. |
void |
getBest(Path p)
Search the best path for a TSP problem. |
long |
getIterations()
|
long |
getMaxIterations()
|
void |
setBest(Path b)
|
long |
setMaxIterations(long m)
|
| Method Detail |
|---|
Path actualBest()
void setBest(Path b)
Path getBest()
Path getBest(long max)
max - maximal number of iterations to be used or Long.MAX_VALUE.void getBest(Path p)
long getIterations()
long getMaxIterations()
long setMaxIterations(long m)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||