> I am new to glpk. I have tried to look into the docs/pdfs and the > mailing list archive but could not find this. When the solver is solving and > finds intermediate solutions, are there APIs to associate a call back that > the solver can call and we can perhaps extract the solution in the call back > function ? I have been using lpsolve and I know lpsolve has this feature, > which I find quite useful
You can pass a callback event-driven routine to the mip solver glp_intopt through the parameter cb_func. For more details please see the reference manual included in the glpk distribution. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
