On Wed, 2020-03-04 at 15:29 +0100, Jacopo Pierotti (Optimisation)
wrote:
> Dear Mao,
> 
>      my name is Jacopo Pierotti and I am a PhD candidate in
> Optimization.
> 
> I'm writing you because I am working on heuristic solutions for MILP.
> To 
> test my algorithm, I would like to know what kind of heuristic is
> GLPN 
> using. In the documentation, you explain that 'glp ios heur
> sol—provide 
> solution found by heuristic'. I am interested in knowing how this 
> heuristic works.

glp_ios_heur_sol doesn't implement any heuristics. It is an interface
between the glpk mip solver and the heuristic routine provided by the
user. For more details please see the glpk reference manual.


> 
> Clearly, if my project works and I obtain nice results, I'll share
> my 
> code with you.
> 
> Bests,
> 
> Jacopo
> 
> 

Reply via email to