[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] Is possible the pedagogical use
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] Is possible the pedagogical use |
Date: |
Tue, 07 Aug 2012 15:13:37 +0400 |
> 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.