Am 16.01.2016 um 18:24 schrieb Chris Matrakidis:
glp_read_mip(mip, "solution_file");
parm.use_sol = GLP_ON;
glp_intopt(mip, &parm);

Mh, I use GLPK via API from a bigger Java application using java-glpk and SCPSolver. First writing the problem/solution to disk and instantly reading it seems a bit weird. But if this is the only way to provide an inital solution...

Overall 'provide initial solution(s)' looks like a currently not supported usecase.

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

Reply via email to