This repository extends LP_Parser functionallity with an additional feature of converting a primal problem to dual problem
- Install Parser.py and PrimalToDual.py
- Write the file name to be converted in the same directory (Example: "Primal.txt")
- Script will generate "dual.txt" file with the converted problem.
- Parses primal problem and checks for errors. Data are stored in specific matrices
- Converts the primal problem to dual