<div dir="ltr"><div>I've no idea how to submit a new issue to the Lemon issue tracker (why should something trivial like this be so complicated to find...)?</div><div>Nevertheless here's a bug+fix. I hope this mail somehow finds its way to the right person.</div><div><br></div>Lemon v. 1.3.1<div>File: dimacs.h</div><div>method: readDimacsCap</div><div><br></div><div>if(desc.type!=DimacsDescriptor::MAX || desc.type!=DimacsDescriptor::SP)<br></div><div>should be:</div><div>if(desc.type!=DimacsDescriptor::MAX && desc.type!=DimacsDescriptor::SP)<br></div><div><br></div><div><br></div><div>br,</div><div><br></div><div>Joris Kinable</div></div>