> 
> You can insert appropriate printing in internal routine simplex2
> (file glpapi06.c) immediately before lines 579-580 as follows:
> 
> +     {  int i, ii;
> +        for (ii = 1; ii <= lpp->m; ii++)
> +        {  i = lpp->row_ref[ii];
> +           if (i <= glp_get_num_rows(orig))
> +              printf("i = %d; name = %s\n",
> +                 i, glp_get_row_name(orig, i));
> +        }
> +     }
> 579   /* build resultant LP problem object */
> 580   prob = lpp_build_prob(lpp);
> 
> 

Thanks for the detailed reply.  I don't need it now, but there is a good chance 
I'll give it a try in the near future.

_________________________________________________________________
The i’m Talkathon starts 6/24/08.  For now, give amongst yourselves.
http://www.imtalkathon.com?source=TXT_EML_WLH_LearnMore_GiveAmongst
_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to