Skip to content

sinha-abhi/PDIPS.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Primal-Dual Interior-Point Solver (PDIPS)

License

PDIPS (paper) is an implementation of the homogeneous self-dual interior-point algorithm for solving linear optimization problems using interior-point methods.

This implementation solves linear programs of the form

min     c'x
 x
s.t    Ax = b
    lo <= x <= hi

by transforming it into standard form:

min     c'x
 x
s.t    Ax = b
       0 <= x.

Implemented for the final project of Computational Methods in Optimization with David Gleich at Purdue.

Reference

For a detailed explanation (and a more general implementation) of the algorithm see Tulip.jl.

About

Homogeneous self-dual interior point linear optimization solver

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages