Hello once again Sergey Forgot the crucial load call in my previous message:
... glp_load_matrix(lp, 9, &ia[0], &ja[0], &ar[0]); // above was: glp_load_matrix(lp, 9, ia, ja, ar) solver_ret = glp_simplex(lp, NULL); ... Robbie --- Robbie Morrison PhD student -- policy-oriented energy system simulation Technical University of Berlin (TU-Berlin), Germany University email (redirected) : [email protected] Webmail (preferred) : [email protected] [from Webmail client] _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
