[SCIP] locking while separating

James Cussens james.cussens at york.ac.uk
Sun Feb 28 17:14:44 CET 2016


I have implemented a separator for a constraint handler I have written.
When profiling I find that most of the time is spent when my separator
calls my constraint hander's lock method:

                                 2             SCIPconsAddLocks <cycle 2>
[2184]
                             257328483             ChordalSeparate <cycle
2> [19]
[3]     49.2   27.00    0.64 257328485         consLockChordal <cycle 2> [3]
                0.35    0.00 110035069/224944534
BMSreallocMemoryArray_call [45]
                0.29    0.00 147293414/176070304
BMSallocMemoryArray_call [61]
                0.00    0.00    1332/12022817     readNextLine [147]
                0.00    0.00    1332/262849      get_edge [2084]
                                 498             SCIPaddVarLocks <cycle 2>
[2102]

I'm not sure why this is happening. Can anyone enlighten me?

Thanks,

James

-- 
James Cussens
Dept of Computer Science &
York Centre for Complex Systems Analysis
Room 326, The Hub, Deramore Lane            Tel    +44 (0)1904 325371
University of York                                        Fax  +44 (0)1904
500159
York YO10 5GE, UK                               http://www.cs.york.ac.uk/~jc
http://www.york.ac.uk/docs/disclaimer/email.htm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20160228/d00d67dd/attachment.html>


More information about the Scip mailing list