Tilo Wiedera
Tilo Wiedera
Here's some general info about our system: > Windows Server 2012 R2 x64 6 GB RAM E5-2650 We are using this machine for CI. Build duration is usually 5 to...
Sometimes it would be nice to catch exceptions thrown during tests directly with a debugger. Since bandit catches all exceptions (which is a good thing to have as default) this...
One might like to execute an infinite set of test cases and still have bandit `--break-on-failure`. Is there any reason to step through all skipped tests after encountering the first...
Solving statistics currently need to be accessed via their C interface. This includes access to the obtained gap / dual bound. See https://www.scipopt.org/doc-6.0.0/html/group__PublicSolvingStatsMethods.php for an overview.
Summing up variables via linear expression's operator `+=` takes a lot of runtime. It would be nice to have a method that quickly creates a sum from a range of...
Support defining and using custom message handlers without the need to use deprecated stuff. Scip offers object-oriented base classes to implement things like message handlers: See `scip::ObjMessagehdlr` in `objscip/objmessagehdlr.h`.