Matthew Huntbach (m...@dcs.qmw.ac.uk) wrote:it cant be accessed what should we do now!!
: Thomas Lindgren (tho...@arnold.csd.uu.se) wrote:
: : In article <1994Nov2...@mines.u-nancy.fr> rauf...@mines.u-nancy.fr (Pierre Raufast) writes:
: : Does anyone know how to program the Travelling Salesman Problem with
: : Prolog?
: : ... You may want to use branch-and-bound in that case:
: : pass around a global minimum and cut off search when the current path
: : is longer than the minimum; update the minimum when a better solution
: : is found.
: For comparison, I discuss the approach in an and-parallel language in my
: paper "Parallel Branch and Bound Search in Parlog" in International
: Journal of Parallel Programming 20, 4 pp.299-314, 1991. I also have a version
: which will appear in a paper next year which has local minima to avoid the : bottleneck effect of many processes accessing a single global minimum.
: Matthew Huntbach
A similar approach to Matthew's was implemented and applied to the
Travelling Salesman Problem; see my paper "Experiments with speculative parallelism in Parlog" in ILPS93. A TR version of this paper, and a KL1 version of the actual code, can be found at http://star.cs.bris.ac.uk/Interests/spec.html.
steve gregory
On Thursday, December 1, 1994 at 9:26:11 PM UTC+5:30, Steve Gregory wrote:
Matthew Huntbach (m...@dcs.qmw.ac.uk) wrote:it cant be accessed what should we do now!!
: Thomas Lindgren (tho...@arnold.csd.uu.se) wrote:
: : In article <1994Nov2...@mines.u-nancy.fr> rauf...@mines.u-nancy.fr (Pierre Raufast) writes:
: : Does anyone know how to program the Travelling Salesman Problem with
: : Prolog?
: : ... You may want to use branch-and-bound in that case:
: : pass around a global minimum and cut off search when the current path
: : is longer than the minimum; update the minimum when a better solution
: : is found.
: For comparison, I discuss the approach in an and-parallel language in my : paper "Parallel Branch and Bound Search in Parlog" in International
: Journal of Parallel Programming 20, 4 pp.299-314, 1991. I also have a version
: which will appear in a paper next year which has local minima to avoid the
: bottleneck effect of many processes accessing a single global minimum.
: Matthew Huntbach
A similar approach to Matthew's was implemented and applied to the Travelling Salesman Problem; see my paper "Experiments with speculative parallelism in Parlog" in ILPS93. A TR version of this paper, and a KL1 version of the actual code, can be found at http://star.cs.bris.ac.uk/Interests/spec.html.
steve gregory
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 491 |
Nodes: | 16 (2 / 14) |
Uptime: | 146:51:15 |
Calls: | 9,694 |
Calls today: | 4 |
Files: | 13,732 |
Messages: | 6,178,670 |