help-glpk
[Top][All Lists]
Advanced

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

[Help-glpk] qustion about reduced cost


From: Jonata Goulart
Subject: [Help-glpk] qustion about reduced cost
Date: Fri, 19 Apr 2002 18:45:30 +0000

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?

Exemple:

In my application I have 8 structural variables named x1..x8 (the number of constraints are 8) and at i-th iteration of glp_simplex2 there are
* 8 basic variables and 9 non basic variables.
whitch of my x1..x8 are basic and which aren't?

I need to store the reduced cost of my structural variables at a specific iteration so, i need to know that.







_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com




reply via email to

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