[Coin-discuss] doubts on Run time

Peter Hwang hxh9528 at exchange.uta.edu
Mon Mar 28 20:51:09 EST 2005


Hi, I am doing research on Branch-and-Cut-and-Price.

By using BAC example, I just finished implementing cut generation, and it
generates one cut in
each iteration in test_feasibility() of BB_lp.cpp.
I want to see how many cuts are generated and how long it takes to get the
optimal solution within a time limit. BCP_MaxRunTime is 36000.

Though I have run the code for several examples, it doesn't go until 36000
sec. and usually is done far earlier (less than 20000sec) giving "TM: Time
has ran out."
And the number of generated cuts was something like 10001, 20001, 30001, ...
in each example.
I wonder why this happened.
What makes COIN/BCP to terminate earlier than time limits?
Is there any way control the total number of cuts generated?

Again,
Is Default maximum number of generated cuts (within branch and bound
iterations) multiples of 10000?
Dose COIN/BCP finish whenever it founds that the computational cost is too
high?


Thanks in advance.

Peter.




More information about the Coin-discuss mailing list