Hi all,
I want to solve a large scale LP problem with a near optimal initial solution. But, the matlab 'linprog' solver only provides the active-set algorithm to take the initial solution into account and the 'active-set' algorithm has been removed since 2016b version. Besides, because my coefficient is a larger sparse matrix, which Matlab only suggest to use the interior-point method that ignore the user provided initial point.
Do you know any other solver which can take the initial solution into account? Maybe CPLEX ?
Thank you in advance!