Hey,<br><br>I&#39;m trying to extract Gomory cuts out of Cgl using the following code - <br><br>   OsiCuts cutlist;<br>   CglGomory * gomory = new CglGomory();<br>   //gomory-&gt;setLimit(100);<br>   gomory-&gt;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&#39;s happening or send an example file using these cuts, that would be<br>



greatly appreciated.<br><br>Thanks<br><br>Sid<br>