Formal Derivation of Parallel Program for 2-Dimensional Maximum Segment Sum Problem

Zhenjiang Hu,Hideya Iwasaki,Masato Takeichi
DOI: https://doi.org/10.1007/3-540-61626-8_75
1996-01-01
Abstract: . It has been attracting much attention to make use of listhomomorphisms in parallel programming because they ideally suit thedivide-and-conquer parallel paradigm. However, they have been usuallytreated rather informally and ad-hoc in the development of efficient parallelprograms. This paper reports a case study on systematic and formaldevelopment of a new parallel program for the 2-dimensional maximumsegment problem. We show how a straightforward, and "obviously" correct,but quite...
What problem does this paper attempt to address?