[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] glpsol (MIP) "-w" output specification, "-y" operatio
From: |
Johannes Waldmann |
Subject: |
Re: [Help-glpk] glpsol (MIP) "-w" output specification, "-y" operation |
Date: |
Sun, 03 May 2009 15:57:28 +0200 |
User-agent: |
Thunderbird 2.0.0.19 (X11/20081227) |
That was a quick answer, thanks.
I am programming Haskell, not C,
so going via the API is some work (but perfectly possible).
As a workaround, I was including "display" statements
and parsing their output.
Because I wanted to make some experiments first, and it seems glpsol
does not like the kind of MIP instances my application generates:
I really want to encode constraints of the form z = max(x,y). (for
min, likewise).
I know this is not LP. There is an encoding using an additional boolean
variable for each max,
but I have a few hundred of these, and that's apparently too hard for
the solver.
(I also checked with zimpl/scip/soplex and it's similar.)
Best regards, J.W.
signature.asc
Description: OpenPGP digital signature
- [Help-glpk] glpsol (MIP) "-w" output specification, "-y" operation, Johannes Waldmann, 2009/05/02
- Re: [Help-glpk] glpsol (MIP) "-w" output specification, "-y" operation, Andrew Makhorin, 2009/05/02
- Re: [Help-glpk] glpsol (MIP) "-w" output specification, "-y" operation,
Johannes Waldmann <=
- Re: [Help-glpk] glpsol (MIP) "-w" output specification, "-y" operation, Michael Hennebry, 2009/05/03
- Re: [Help-glpk] glpsol (MIP) "-w" output specification, "-y" operation, Johannes Waldmann, 2009/05/04
- Re: [Help-glpk] glpsol (MIP) "-w" output specification, "-y" operation, Michael Hennebry, 2009/05/04
- Re: [Help-glpk] glpsol (MIP) "-w" output specification, "-y" operation, Michael Hennebry, 2009/05/07
- Re: [Help-glpk] glpsol (MIP) "-w" output specification, "-y" operation, Johannes Waldmann, 2009/05/08
- Re: [Help-glpk] glpsol (MIP) "-w" output specification, "-y" operation, Michael Hennebry, 2009/05/08