Skip to content

nabdullaev/InteriorPointAlgorithmLPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Interior Point Algorithm for Linear Programming Problems (LPP)

This repository contains an implementation of the Interior Point Algorithm, a powerful method for solving Linear Programming Problems (LPP).

The Interior Point Algorithm is a class of methods that solve LPP by traversing the interior of the feasible region. It offers a more efficient and practical alternative to the
Simplex method, especially for large-scale problems.

Instructions:

  1. Copy the main.cpp file content and paste in your programming invironment.
  2. Make sure to have a C++ compiler installed.
  3. Run g++ main.cpp -o main and call using ./main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages