[Cbc] Fwd: Unexpected shut down

Christos chtsolak at gmail.com
Mon Sep 24 13:36:27 EDT 2012


Hmm. i am solving the milp problem via initialSolve() and 
branchAndBound()....
So i can not use this command...
I mean that i load problem with solver.loadproblem() and then call 
initialSolve and branchAndBound.

By the way, what is the difference between this operation and
CbcModel model(solver1);
model.initialSolve()
model.branchAndBound()    ?

I am asking because if i choose the 2nd method can not solve the problem 
after B&B is called...
Thank you!

On 24/9/2012 18:12, acw at ascent.com wrote:
> CbcModel.setMaximumSeconds(seconds), before solve.
>
>
> From: 	Christos <chtsolak at gmail.com>
> To: 	"cbc at list.coin-or.org" <cbc at list.coin-or.org>
> Date: 	09/23/2012 11:44 AM
> Subject: 	[Cbc] Fwd: Unexpected shut down
>
>
> ------------------------------------------------------------------------
>
>
>
> I found it. After branch & bound reaches 3600 sec it exits. Is there 
> any way to increase this limit?
>
> Thank you.
>
>
> -------- Original Message --------
> *Subject: *
> 	Unexpected shut down
> *Date: *
> 	Sun, 23 Sep 2012 01:31:38 +0300
> *From: *
> 	Christos _<chtsolak at gmail.com>_ <mailto:chtsolak at gmail.com>
> *To: *
> 	_cbc at list.coin-or.org_ 
> <mailto:cbc at list.coin-or.org>_<cbc at list.coin-or.org>_ 
> <mailto:cbc at list.coin-or.org>
>
>
>
>
> Hi,
>
> I am trying to solve a problem 46614 columns,12540 integers, 42210 rows
> and 125370 nonzero elements.
>
> After calling initialSolve and 4152 iterations founds objective close to
> the desirable within seconds.
>
> After calling branch & bound is trying to find solution , and in around
> an hour its simply the program is terminated.
>
> Do you have any ideas?
>
>
>
> _______________________________________________
> Cbc mailing list
> Cbc at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/cbc
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20120924/249235d6/attachment.html>


More information about the Cbc mailing list