> I wish know if its possible to see the intermediates tableaux, some > option that make this possible? >
Glpsol does not support this feature. However, on api level you may use the routines glp_eval_tab_row or glp_eval_tab_col to compute the current simplex tableau by rows or by columns, resp. For more details please see Section 4.3 "Simplex tableau routines" in the reference manual (glpk.pdf) included in the glpk distribution. _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
