You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use OsiSymSolverInterface to solve an LP, then I add many additional columns in a reformulation of the problem. This works, but I have noticed that, when adding a large number of additional columns, it is quite slow. (The addCols method seems to call addCol in a loop.)
Is there an alternative method for adding a large number of columns which would run faster?
And, thanks-- symphony is a great product and much appreciated.
Sam
The text was updated successfully, but these errors were encountered:
Issue created by migration from Trac.
Original creator: sr
Original creation time: 2008-06-09 15:07:50
Assignee: menal
Version:
I use OsiSymSolverInterface to solve an LP, then I add many additional columns in a reformulation of the problem. This works, but I have noticed that, when adding a large number of additional columns, it is quite slow. (The addCols method seems to call addCol in a loop.)
Is there an alternative method for adding a large number of columns which would run faster?
And, thanks-- symphony is a great product and much appreciated.
Sam
The text was updated successfully, but these errors were encountered: