Efficient implementation of linprog

6 views (last 30 days)
sid
sid on 24 May 2015
Commented: William Handler on 20 Feb 2018
I am using linprog to solve a linear optimization problem with thousands of constraints. I have noticed that for constraints more than a few thousand the matlab implementation of linprog performs very slow. Are there any GPU(CUDA) or parallel implementations of linprog available within Matlab or elsewhere ?
  4 Comments
Shiv Tewari
Shiv Tewari on 16 Mar 2016
Edited: Shiv Tewari on 16 Mar 2016
https://parallellp.wordpress.com/
William Handler
William Handler on 20 Feb 2018
Not sure why Enrico is so down on your question. I would also be interested in a parallel version of linprog, dod you get anywhere with it?

Sign in to comment.

Answers (0)

Categories

Find more on Problem-Based Optimization Setup in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!