Open waweber opened 2 months ago
Hey @waweber! Apologies for the delay, August-time is always difficult.
Are there any updates on this? You can use solveConcurrent normally if you don't reoptimize, right?
Correct, I can use solveConcurrent without reoptimization, or reoptimize without solveConcurrent, but not both.
Notably, if I use solveConcurrent on the initial optimization, then use the single threaded optimize when reoptimizing, it also segfaults.
Describe the bug A segfault occurs during reoptimization when using concurrent solving.
To Reproduce Run this program:
The issue occurs with any combination of solving methods that uses
solveConcurrent()
Expected behavior The program runs the same way as when normal
model.optimize()
is called.System
Additional context Not 100% sure if this is from PySCIPOpt or a bug in SCIP itself