{"id":21864123,"url":"https://github.com/imd10/math329-algebraic-method","last_synced_at":"2026-01-20T00:35:42.189Z","repository":{"id":264048665,"uuid":"892025835","full_name":"iMD10/MATH329-Algebraic-Method","owner":"iMD10","description":"A Python project for the MATH329 Operations Research course, designed to solve Linear Programming Problems (LPP) using the algebraic method with both CLI and GUI interfaces.","archived":false,"fork":false,"pushed_at":"2024-12-10T08:19:51.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T15:29:03.246Z","etag":null,"topics":["algebraic-method","cli","gui","linear-programming-problem","lpp","numpy","python","search-operation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iMD10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-21T11:35:38.000Z","updated_at":"2024-12-13T18:02:52.000Z","dependencies_parsed_at":"2025-01-26T15:37:25.462Z","dependency_job_id":null,"html_url":"https://github.com/iMD10/MATH329-Algebraic-Method","commit_stats":null,"previous_names":["imd10/math329-algebric-method","imd10/math329-algebraic-method"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMD10%2FMATH329-Algebraic-Method","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMD10%2FMATH329-Algebraic-Method/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMD10%2FMATH329-Algebraic-Method/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMD10%2FMATH329-Algebraic-Method/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iMD10","download_url":"https://codeload.github.com/iMD10/MATH329-Algebraic-Method/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244868060,"owners_count":20523581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algebraic-method","cli","gui","linear-programming-problem","lpp","numpy","python","search-operation"],"created_at":"2024-11-28T04:07:33.721Z","updated_at":"2026-01-20T00:35:42.156Z","avatar_url":"https://github.com/iMD10.png","language":"Python","readme":"# MATH329-Algebraic-Method\n\nA Python-based tool for solving Linear Programming Problems (LPP) using the algebraic method. This project is designed to provide an efficient way to solve LPPs through both a command-line interface (CLI) and a graphical user interface (GUI). It leverages the powerful numerical computing capabilities of NumPy.\n\n---\n\n## Table of Contents\n- [Introduction](#introduction)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n  - [Command-Line Interface (CLI)](#command-line-interface-cli)\n  - [Graphical User Interface (GUI)](#graphical-user-interface-gui)\n- [Dependencies](#dependencies)\n- [Configuration](#configuration)\n- [Troubleshooting](#troubleshooting)\n- [Contributors](#contributors)\n\n---\n\n## Introduction\n\nThis project is a Python implementation of the algebraic method for solving Linear Programming Problems (LPP). It is aimed at helping students and professionals understand and apply LPP solutions in an intuitive and user-friendly manner. \n\nKey aspects include:\n- **CLI Tool** for users who prefer command-line operations.\n- **GUI Application** for a more interactive experience.\n\nThe project is part of the MATH329 coursework and uses NumPy to handle matrix operations efficiently.\n\n---\n\n## Features\n\n- Solve Linear Programming Problems using the algebraic method.\n- Two user interfaces: \n  - Command-Line Interface (CLI)\n  - Graphical User Interface (GUI)\n- Easy-to-understand results and outputs.\n- Dependency on Python's robust `numpy` library for numerical computations.\n\n---\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/iMD10/MATH329-Algebraic-Method.git\n   cd MATH329-Algebraic-Method\n   ```\n\n2. Install required dependencies:\n   ```bash\n   pip install numpy\n   ```\n\n---\n\n## Usage\n\n### Command-Line Interface (CLI)\n\n1. Navigate to the project directory.\n2. Run the CLI script:\n   ```bash\n   python CLIAlgebric.py\n   ```\n3. Follow the prompts to input problem constraints and objectives.\n\n### Graphical User Interface (GUI)\n\n1. Navigate to the project directory.\n2. Run the GUI script:\n   ```bash\n   python GUIAlgebric.py\n   ```\n3. Use the interactive interface to input the problem details and view the solution.\n\n---\n\n## Dependencies\n\nThe project depends on the following Python libraries:\n- `numpy` (for matrix operations and numerical computations)\n\nInstall dependencies using:\n```bash\npip install -r requirements.txt\n```\n(*Ensure you create a `requirements.txt` file listing the dependencies.*)\n\n---\n\n## Configuration\n\nThere is no additional configuration required. Ensure Python 3.x and the required dependencies are installed.\n\n---\n\n## Troubleshooting\n\n- **Error:** `ModuleNotFoundError: No module named 'numpy'`\n  - **Solution:** Ensure NumPy is installed by running `pip install numpy`.\n\n- **GUI not opening:**\n  - Ensure you have Python Tkinter installed (comes pre-installed with most Python distributions).\n\n---\n\n## Contributors\n\n- **Muhannad Majed**  \n  GitHub: [@iMD10](https://github.com/iMD10)\n\n- **Mohammed Saleh**  \n  GitHub: [@rayq-q](https://github.com/rayq-q)\n\n- **Mohammed Mansour**  \n  GitHub: [@MrM3ROF](https://github.com/MrM3ROF)\n\n- **Eyad Fahad**  \n  GitHub: [@commando-xxt](https://github.com/commando-xxt)\n\n- **Amer Mohammed**  \n  GitHub: [@3wex](https://github.com/3wex)\n\n---\n\nFeel free to open issues or contribute to the project to make it better. Enjoy solving LPPs with ease!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimd10%2Fmath329-algebraic-method","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimd10%2Fmath329-algebraic-method","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimd10%2Fmath329-algebraic-method/lists"}