[Help-glpk] How can I express an value with infinite bound?
From:
苏宣铭
Subject:
[Help-glpk] How can I express an value with infinite bound?
Date:
Thu, 21 Sep 2006 18:48:19 +0800
I am converting a GAMS model to glpk. In GAMS, there is infinite bound _expression_ such as
START = +INF ;
FINISH NE INF ;
The question is how can I express an infinite value in glpk? Is there an equivalence _expression_ in glpk?
Thank you!