first working version, need more test

This commit is contained in:
tTh
2023-04-14 10:10:01 +02:00
parent 4bca017774
commit 3dbcb198bf
2 changed files with 125 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
/*
* EXPERIMENTAL CODE !
*
* see also 'rdwredges.c
*/
@@ -8,7 +10,8 @@ typedef struct {
BBList *Blist;
EdgeList *Elist;
int status;
} EdgeAndVertices;
} EdgesAndVertices;
int x_write_vertedges(char *filename, BBList *bblist, EdgeList *edges);
int x_load_vertedges(char *filename, EdgesAndVertices *eav);