Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.04 KB

ALPS - In development ⛰️

Accelerated Linear Programming Solver (ALPS) is supposed to be a GPU accelerated LP solver

Dependencies

  • CoinUtils, Installation Instructions provided here
  • C++ Boost, A description about boost and installation instructions is provided here

Limitations

  • Alps should only accept continuous domains (no integer varaibles)

  • Alps because of limited scope should only expect LP in following standard form

    equation

  • Alps must accept the LP problem in minimization sense

Error Codes

Mohit is keeping a track (this is un-stable right now)

Code Interpretation
-1 Problems in reading the configuration
-2 Unexpected/Unknown problem
-3 Problems in File Format