``` CglPreProcess.cpp:2492: OsiSolverInterface* CglPreProcess::preProcessNonDefault(OsiSolverInterface&, int, int, int): Assertion `numberProhibited_ == oldModel->getNumCols()' failed. ``` This failed assertions was reported in the following related issues: - https://github.com/coin-or/Cbc/issues/376#issuecomment-803057782 - https://github.com/jump-dev/Cbc.jl/issues/30 It seems to happen only on problems that contain SOS constraints.
This failed assertions was reported in the following related issues:
It seems to happen only on problems that contain SOS constraints.