help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] qustion about reduced cost


From: Andrew Makhorin
Subject: Re: [Help-glpk] qustion about reduced cost
Date: Fri, 19 Apr 2002 23:33:37 +0400

>At glpapi7.c there is the rotine glp_simplex2() and two vector bbar and
>cbar (reduced cost of the basic and non basic variable as described on
>the comments). Based on this two vectors, How would I know which
>variables are basic and which are non basic?

Do not use this low-level data structures; use the api routines
glp_get_row_soln and glp_get_col_soln, which are intended for this
purpose.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]