Git Product home page Git Product logo

abip's Introduction

ABIP

ADMM-based Interior Point Method for Linear and Conic Programming

ABIP is a new framework that applies alternating direction method of multipliers (ADMM) to implement interior point method (IPM) for solving large-scale linear programs (LP) and conic programs (QCP).

ABIP(LP) was initially developed by Tianyi Lin (https://github.com/tyDLin) and is currently maintained by LEAVES optimization software platform.

Version

Current version of ABIP is 2.0

v2.0 (ABIP+)

  1. Added support for QCP
  2. Improved LP solver

v1.0

  1. ABIP for large scale linear programming problems

Reference

  • Lin, Tianyi, et al. "An ADMM-based interior-point method for large-scale linear programming." Optimization Methods and Software (2020): 1-36.
  • Deng, Qi, et al. "New Developments of ADMM-based Interior Point Methods for Linear Programming and Conic Programming." arXiv preprint arXiv:2209.01793 (2022).

Installation

To install ABIP, use install.m script in the main direction.

For QCP solver, user needs to specify MKL path in

mkl_path = ''; % '/opt/intel/oneapi/mkl'

How to call ABIP

ABIP accepts standard sedumi format defined using $A, b, c, K$.

To call it, use

[x, y, s, info] = abip(data, K, params)
Parameter Explanation
verbose If log is turned on
normalize Whether to perform data scaling before the solve
pcg Whether to use iterative solver for linear systems
max_admm_iter Maximum ADMM iteration
max_ipm_iter Maximum IPM iteration
timelimit Time limit
tol Relative tolerance of convergence
solver Choose which solver to use, -1: automatic 1: force QCP

Current developers

ABIP-LP

Chenyu Xue (Phd. student at RIIS, Shanghai University of Finance and Economics. Email: [email protected])

ABIP-QCP

Jinsong Liu (Phd. student at RIIS, Shanghai University of Finance and Economics. Email: [email protected])

Tianhao Liu (Phd. student at RIIS, Shanghai University of Finance and Economics. Email: [email protected])

Testing

Chuwen Zhang (Phd. student at RIIS, Shanghai University of Finance and Economics. Email: [email protected])

Interface

Wenzhi Gao (Master student at SIME, Shanghai University of Finance and Economics. Email: [email protected])

abip's People

Contributors

aristxcy avatar bzhangcw avatar gwzwpxz avatar jinsongliu6 avatar leavesgrp avatar skyliu0 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.