>    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.




_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to