help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] FOR HELP!


From: Andrew Makhorin
Subject: Re: [Help-glpk] FOR HELP!
Date: Tue, 18 Nov 2008 16:51:12 +0300

>    I want to solve a MIP problem with GLPK,but becase the problem is a
> large scale one, and it's hard to solve. And I have know a feasible
> solution of the question. So I want to write a routine whick will pass
> the solution to the mip solver so as to  reduce the search tree?
>    So the question is how can I tell mip solver the solution.Will you
> please give me some advice? Thank u!

If you have an integer feasible solution found with a primal heuristic,
you can pass it to the mip solver with the routine glp_ios_heur_sol.
For more details please see the glpk reference manual.






reply via email to

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