> Hi all. I've installed Gusek and typing "glpsol --help" I've seen a command > named "--fpump" that apply feasibility pump heuristics. How does this > command works? I've searched in GLPK references but I haven't found good > results. Could anyone help me to understand this command? Thank you!
--fpump is not a command; it is an option passed to glpsol. If it is specified, glpsol attempts to find an integer feasible solution using the 0-1 feasibility pump heuristic before starting the b&b search. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
