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
There is a segfault when deleting tuple with observation, action, reward in example/libecole/src/branching.cpp.
I changed NodeBipatite observation function for StrongBranchingScores in branching.cpp:
Describe the bug
There is a segfault when deleting tuple with observation, action, reward in example/libecole/src/branching.cpp.
I changed NodeBipatite observation function for StrongBranchingScores in branching.cpp:
Setting
To Reproduce
Expected behavior
Expected behavior is to get strong branching scores in observation.
Additional context
I use gdb for debugging and the main tread is paused on exception(our segfault) and everything starts from std::tuple()::~tuple().
The text was updated successfully, but these errors were encountered: