The document describes the min-max k-Chinese postman problem and algorithms for solving it. The min-max k-Chinese postman problem aims to minimize the length of the longest tour in a k-Chinese postman tour (which consists of k closed walks that each start/end at a depot node and together cover all edges). The document outlines algorithms for merging and separating edges between tours, and a tabu search algorithm is used to iteratively improve tours. Computational results are also presented.