[Coin-lpsolver] Adding a new condition

svoboda at fi.muni.cz svoboda at fi.muni.cz
Fri May 6 05:50:04 EDT 2005


Hello,

I've been using CbcModel class as a tool for solving the integer 
programming problem. I do the iterative computation in the sence that:

- the first iteration solves traditional linear programming problem 
(without any integer variables)

- before the second iteration starts, some continuous variables are set to 
integer variables.

- keeping this course in each iteration, some variables are set to 
integer until a specific solution is obtained.

The question is: may I add these "integer limitations" to CbcModel 
directly (not to construct this model in each iteration), or is it 
necessary to add this type of condition to CoinModel and then to construct 
a new CbcModel?


With regards

David Svoboda

----------------------
Faculty of Informatics, Masaryk University 
Botanická 68a, 602 00 BRNO, Czech Republic
e-mail: svoboda at fi.muni.cz
tel: +420-549 494 383


More information about the Clp mailing list