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
The test for "Edge cannot begin and end with the same node" should not be there. Loop is not an error and with dropping dispersers between nodes, it yields non-trivial results.
if (node_1_id == node_2_id) {
throwstd::runtime_error(
std::string("Edge cannot begin and end with the same node: ")
+ node_1_text + "" + node_2_text);
}
The text was updated successfully, but these errors were encountered:
The test for "Edge cannot begin and end with the same node" should not be there. Loop is not an error and with dropping dispersers between nodes, it yields non-trivial results.
The text was updated successfully, but these errors were encountered: