How do I use Glop (Google linear optimization solver from OR-Tools) with Matlab?
I have a linear optimization formulation that I can solve in Matlab with either the in-built linprog
function or passing the same information to Gurobi to solve — the information includes objective weights c
or f
, constraint parameters A
and b
and their inequality signs, and variable bounds.