help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] Asking help on an issue of solving via glpk


From: Andrew Makhorin
Subject: Re: [Help-glpk] Asking help on an issue of solving via glpk
Date: Sat, 20 Feb 2016 09:51:12 +0300

> The question is : is it possible to "feed" GLPK with this solution and
> force GLPK to use this solution as a starting point for further
> searching process?

In glpk 4.58 you can use the '--use' option as follows:

glpsol ... --use FILENAME ...

where FILENAME is a text file containing an initial incumbent mip
solution (it should be integer feasible). 

For description of the file format please see the glpk reference manual,
Subsection 3.3.8 "Read MIP solution in GLPK format".






reply via email to

[Prev in Thread] Current Thread [Next in Thread]