Welcome to the Linear Programming Solver repository! This project provides a Python implementation for solving linear programming problems using both the Big M Method and the Graphic Method.
Linear programming is a mathematical technique used to optimize a system with linear constraints. This repository offers Python implementations of two powerful methods for solving linear programming problems: the Big M Method and the Graphic Method.
- Implementation of the Big M Method for solving linear programming problems.
- Implementation of the Graphic Method for visualization and solving.
- Easy-to-understand code structure and examples.
- Usage instructions and explanations of concepts.
- Clone the repository: https://github.com/ranizouaoui/Linear-Programming-Solver/
cd linear-programming-solver
- Run the solver:
pip install -r "requirements.txt"
python solver.py
- Follow the prompts to select the method and input the problem parameters.
Contributions are welcome! Whether you want to enhance the solvers, add more methods, or improve documentation, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.