help-glpk
[Top][All Lists]
Advanced

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

[Help-glpk] enable/disable rows/cols for a problem


From: Sebastien . deMentendeHorne
Subject: [Help-glpk] enable/disable rows/cols for a problem
Date: Fri, 15 Feb 2002 14:54:07 +0100

Hi,

I would like to temporarly delete a row/column in a LP problem, solve it,
and add the row/column again.
I could do it with 
        - glp_delete_cols/rows
        - solve
        - add back the col/row
However, this is tricky (numbering scheme is changed, must add the col/row
multiple time with the same information)
Is there a function that apply a kind of mask over activity of cols/rows ?

Thank you,

PS: i'm using glpk with guile (Scheme) via SWIG and it works great! Very
nice package

Sébastien de Menten de Horne      |    ELECTRABEL 
Tel:  ++32 10 48 51 76            |    Quantitative Analysis, 
Fax:  ++32 10 48 51 09            |    Place de l'université, 16, 4ème étage

Gsm:  ++32 478 789 444            |    B-1348 Louvain-la-Neuve, BELGIUM 



reply via email to

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