Convert Msor - To Sor 2021

Let’s take a concrete code example. Assume we have a function that solves ( Ax = b ) using MSOR with red-black ordering.

Converting typically refers to splitting a multi-wavelength Optical Time-Domain Reflectometer (OTDR) trace file into individual wavelength files for network analysis Understanding MSOR and SOR Files In fiber optic testing, an OTDR trace records how light behaves as it travels through a fiber. .SOR (Standard OTDR Record) : A standard file format that contains data for a single wavelength (e.g., just 1310nm). .MSOR (Multi-wavelength SOR) convert msor to sor

Graph edges: C->B, A->D, B->D Topological sort (break ties by lexicographic): A, C, B, D Output SOR: A, C, B, D Mapping: MSOR positions -> SOR positions: A:1->1, B:2->3, C:3->2, D:4->4 Let’s take a concrete code example