Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SP_Simplex_method _for_linear_optimization_problems #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

S-i-m-a
Copy link

@S-i-m-a S-i-m-a commented Aug 8, 2024

Had imported NumPy and Fractions modules for numerical operations and precise fractional representations, respectively. The program had constructed the Simplex tableau, performed iterations, calculated relative profits, determined pivot elements, and updated the tableau accordingly. It had checked for optimality, unboundedness, and alternate solutions. Finally, it had extracted and displayed the optimal solution, including basis variables and the objective function value.

@S-i-m-a S-i-m-a changed the title Had Implemented Simplex Algorithm in Python SP_Simplex_method _for_linear_optimization_problems Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant