-------- Forwarded Message --------
From: Yori Zwols <[email protected]>
To: [email protected]
Subject: Model causes glpk to hang
Date: Sun, 17 May 2015 22:43:10 +0100

The following model causes glpk to hang at the preprocessing stage. To
reproduce this behavior, save this to a file, say, model.mod, and run:
glpsol --math model.mod


var x1 >= 0, integer;
var x2 >= 0, integer;


subject to c1: x1 - x2 >= 0.9;
subject to c2: x1 - x2 <= 0.8;


I have verified that this is still a bug in GLPK 4.55.

Yori



_______________________________________________
Bug-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-glpk

Reply via email to