Hello,
I am writing a version of the "record_solution" function, defined in
glpmip2.c, and I got confused; shouldn't the line
tree->best = lpx_get_obj_val(lp);
be replaced by
tree->best = lpx_get_mip_val(lp);
as we are dealing with MIPs?Thank you, Pedro _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
