|
Hello Gildo, you find an example in glpkVBBeispiel.xls ReDim zeile(0 To
AnzahlKoeffNB) As Long glpk_load_matrix lp,
AnzahlKoeffNB, zeile(0), spalte(0), a(0) The last three parameters are the first
elements of arrays. The dimension must be one more than AnzahlKoeffNB (the
first elements are unused), and of course contain correct values as requested
in the GLPK manual.
|
_______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
