Let G be an edge-weighted directed graph with n vertices embedded on an orientable surface of genus g. We describe a simple deterministic lexicographic perturbation scheme that guarantees uniqueness of minimum-cost flows and shortest paths in G. The perturbations take O(gn) time to compute. We use our perturbation scheme in a black box manner to derive a deterministic O(n log log n) time algorithm for minimum cut in directed edge-weighted planar graphs and a deterministic O(g 2 n log n) time proprocessing scheme for the multiple-source shortest paths problem of computing a shortest path oracle for all vertices lying on a common face of a surface embedded graph. The latter result yields faster deterministic near-linear time algorithms for a variety of problems in constant genus surface embedded graphs.Finally, we open the black box in order to generalize a recent linear-time algorithm for multiplesource shortest paths in unweighted undirected planar graphs to work in arbitrary orientable surfaces. Our algorithm runs in O(g 2 n log g) time in this setting, and it can be used to give improved linear time algorithms for several problems in unweighted undirected surface embedded graphs of constant genus including the computation of minimum cuts, shortest topologically non-trivial cycles, and minimum homology bases.Many recent combinatorial optimization algorithms for directed surface embedded graphs rely on a common assumption: the shortest path between any pair of vertices is unique. The most commonly applied consequence of this assumption is that the shortest paths entering (or leaving) a common vertex do not cross one another. From this consequence, one can prove near-linear running time bounds for a variety of problems, including the computation of maximum flows [4,5,24,26] and global minimum cuts [53] in directed planar (genus 0) graphs as well as the computation of minimum cut oracles in planar and more general embedded graphs [3,6] (see also ).This assumption is also used in algorithms for the multiple-source shortest paths problem introduced for planar graphs by Klein [46]. In the multiple-source shortest paths problem, one is given a surface embedded graph G = (V, E, F ) of genus g with vertices V , edges E, and faces F . The goal is to compute a representation of all shortest paths from vertices on a common face r ∈ F to all other vertices in the graph. Assuming uniqueness of shortest paths, multiple-source shortest paths can be computed in only O(g n log n) time [11,46]. Algorithms for this problem can be used to solve a variety of problems in planar and more general surface embedded graphs of constant genus in near-linear time. Such results include the computation of shortest cycles with non-trivial topology [2,11,27,30,32,34], the computation of maximum flows and minimum cuts [5,14,16,28,30,41,49], the computation of exact and approximate distance oracles [10,44,54], and even the computation of single-source shortest paths [47,55].Enforcing uniqueness. Unfortunately, it is often difficult to actually enfo...