Hey,<br><br>I'm trying to extract Gomory cuts out of Cgl using the following code - <br><br> OsiCuts cutlist;<br> CglGomory * gomory = new CglGomory();<br> //gomory->setLimit(100);<br> gomory->generateCuts(*sym, cutlist) ;<br>
<br>where sym is the OsiSymSolverInterface.<br><br>Unfortunately the generateCuts method is segfaulting. The same thing is happening for the CglProbing cuts.<br><br>If someone could shed some light on what's happening or send an example file using these cuts, that would be<br>
greatly appreciated.<br><br>Thanks<br><br>Sid<br>