Hi Claudio,
The behavior you're seeing does indeed appear discrepant. We'll take a look as soon as practical to try to understand what's going on and whether this issue may have already been resolved in a soon-to-be-released updated version of SALSA. In the meantime, I'll note there are a couple things about this project that are atypical (and therefore not heavily tested). One is that you're curating the .dat file directly as opposed to building out a .lsa file which the UI can read, display, and of course convert to .dat prior to running lsasolver in the background. Second, you're running a true 2D problem. Even when we play around with 2D problems, we usually work them in 3D but apply vertical constraints; this workflow is numerically inefficient (not an issue for a tiny network) but allows for mapping the network in the UI. I'm not saying you're doing anything wrong; it's just that you're exercising some workflows with very light test coverage. Again, we'll take a look as soon as practical and let you know if we have ideas or resolutions. Thanks for sharing this.
Clark