Quantcast
Channel: Yet Another Math Programming Consultant
Viewing all articles
Browse latest Browse all 809

Some new/unknown LP/MIP solvers

$
0
0

Here are a few LP/MIP solvers that are (somewhat) new to me:


Google's GLOP


This is an LP solver and part of OR-Tools [1]. The license is Apache v2. 

HiGHS


An LP+MIP solver under active development by Julian Hall e.a.[2]

"HiGHS is a high performance serial and parallel solver for large-scale sparse linear programming (LP) and mixed-integer programming (MIP) models developed in C++11, with interfaces to C, C#, FORTRAN, Julia and Python."
MIT license, Successor to Clp?[3] Interesting to see the reference to John Forrest's "Idiot Crash".


MindOpt, Copt 


I don't know much about these two solvers[4,5]. They are commercial and both are from China. 
It is great to see some optimization tools from Asia. Until now things were largely US- and Europe-based.


MIPCL


There is also an LP/MIP solver that seems to be no longer available[6]. Some users showed good performance with this solver. 

References



Viewing all articles
Browse latest Browse all 809

Trending Articles