Writing or solving an LP where a constraint contains the same variable multiple times yields a segfault. While I'm not aware of any part of the released Fast Downward where this happens, I've encountered the problem several times myself when writing my own LP-related code. Finding out that this was the problem was a painful task (and involved a lot of coaching by Florian). To avoid the effort for everybody else in the future, I suggest to assert this is not the case whenever a constraint is added to an LP in Fast Downward.
|