[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-glpk] incorrect parsing of binary variables in cplex lp format
From: |
Andrew Makhorin |
Subject: |
[Help-glpk] incorrect parsing of binary variables in cplex lp format |
Date: |
Thu, 23 Jan 2003 16:02:17 +0300 |
Binary variables specified in cplex lp format are erroneously treated
as integer ones due to a bug in the parsing routine.
To fix the bug please replace the line (file glplpt.c, line 813):
if (kind == T_BINARY)
by the line:
if (kind == LPT_BIN)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Help-glpk] incorrect parsing of binary variables in cplex lp format,
Andrew Makhorin <=