Add edge tagging
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
/// Struct for the edge
|
||||
typedef struct edge {
|
||||
bool chosen;
|
||||
int u, v;
|
||||
} edge_t;
|
||||
|
||||
|
Reference in New Issue
Block a user