An application of leveling network adjustment using Matlab
This is an application of leveling network adjustment based on Matlab. The method used in this application is least square adjustment. User can enter the leveling data directly or by reading a text file.
A tool for teaching simplex and branch & bound methods
This is a tool for teaching simplex and branch & bound methods. For simplexmethod, it comes with several examples including degeneracy and cycling, and allow the user to dictate how to pivot. For branch and bound method, it is desinged to interact with the user to explore all possible branch and bound trees. The user can also load a problem from a text file or simply type in a model directly.