Skip to content

ramcha24/Presolve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presolve

Presolve Routines for Optimization Problems

This was part of a 2016 Google Summer of Code project under Julia-Opt.

A blog describing the progress and issues can be found here - GSoC Blog

Author : Ramchandran

GSoC Mentor : Madeleiene Udell

Currently the package contains an implementation of LP Presolving based on ideas from Andersen & Andersen paper and the GLPK solver.

Presolving removes redundancies from the original problem given by the user and constructs a smaller equivalent problem which is then fed to the solver.

About

Presolve Routines for Optimization Problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages