correct gchains

This commit is contained in:
chhylp123
2021-10-14 15:33:16 -04:00
parent 908b4f3786
commit 26aacdcc2c
3 changed files with 342 additions and 36 deletions

View File

@@ -2,6 +2,6 @@
#define __INTER__
#include "Overlaps.h"
void ul_resolve(ma_ug_t *ug, int hap_n);
void ul_resolve(ma_ug_t *ug, const asg_t *rg, const ug_opt_t *uopt, int hap_n);
#endif