combean - 2012-06-19

Hi,

you can use one of the overloaded variants of OsiSolverInterface.addCols for adding columns (see http://www.coin-or.org/Doxygen/Osi/classOsiSolverInterface.html\). The setColName methods were added after the latest update of swIMP and are thus not yet included in the generated code. It would be fairly straight-forward to add them but I am afraid that I won't find the time for that soon.

swIMP is built on top of the OSI project. The OS project did not yet exist when swIMP was started. Hence, you do not find OSInstance in swIMP. It would definitely be possible and probably not too difficult to include the OS project in swIMP the same way as the OSI project.

Hope that helps.