You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to solve my application with coluna using Strong Branching with BestDualBoundStrategy and disabling Primal Heuristics I get the following error:
ERROR: LoadError: ArgumentError: reducing over an empty collection is not allowed
If deltas is empty, max_delta and parent_delta can be anything, as they are not used later (score is set to zero if deltas is empty). Sorry for this bug
Describe the bug
When trying to solve my application with coluna using Strong Branching with BestDualBoundStrategy and disabling Primal Heuristics I get the following error:
ERROR: LoadError: ArgumentError: reducing over an empty collection is not allowed
To Reproduce
Parameters are set as follows:
Expected behavior
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: