This application serves as a comprehensive tool for solving various types of optimization problems, including Linear Programming, Transport Models, and Assignment Models. It supports up to 10 decision variables and constraints for Linear Programming problems, employing the Simplex method and displaying detailed step-by-step iterations—such as basic solutions, coefficients, entering variables, and leaving variables.
For Transport Models, the app uses the "stepping stone" algorithm and accommodates problems with up to 8 sources and 8 destinations. It guides users through each basic solution until the optimal result is reached.
Assignment Models are handled using the Hungarian algorithm, with support for matrices of up to 8x8. All intermediate steps are displayed, ensuring clarity in reaching the optimal solution.
Developer: Mauricio Pereira dos Santos, a retired former professor at Rio de Janeiro State University (UERJ), Brazil. Contact via email: [email protected].
For more details or support, feel free to reach out!










