[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-glpk] Infinite loop in glplx6a.c
From: |
Sebastien . deMentendeHorne |
Subject: |
[Help-glpk] Infinite loop in glplx6a.c |
Date: |
Mon, 23 Sep 2002 14:07:56 +0200 |
I have a problem when calling lpx_simplex(lp).
It loops infinitely on some data sets in the function lpx_simplex with the
path:
L1360 in glplx6a.c feas:
ret = LPX_OK
goto opt
...
L1392 in glplx6a.c opt:
ret = LPX_E_INSTAB
goto feas
Hence, it oscillates between the first step (find a feasible primal
solution) and the second (find an optimal basis solution).
Is it possible ? Is it a bug ?
Sébastien de Menten | ELECTRABEL
Tel: ++32 10 48 51 76 | Risk Asset and Liability Management,
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
- [Help-glpk] Infinite loop in glplx6a.c,
Sebastien . deMentendeHorne <=