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
Calling terminate() on ECBS object causes segfault because terminate() is implemented by the base class CBS. This method calls printPaths() (from the base implementation) which causes the segfault since the member variable paths_found_initially from the base implementation is empty.