> Going through the list of unresolved external symbols, I have
> identified a small number of routines that are not currently available
> in the API.

Please note that some routines are present but not implemented,
for example, CPXbinvrow.

> The routine of greatest concern is CPXchgcoeflist.  From the GLPK
> manual the only routine I can find to load up coefficients is
> glp_load_matrix, which assumes all coefficients are supplied in one
> call.

> Has anyone else found a workaround to implement CPXchgcoeflist? My
> existing application relies heavily on CPXchgcoeflist to incrementally
> build up the matrix, and would prefer to not have to rework the
> original application.

I can implement this routine.


Andrew Makhorin



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

Reply via email to