version 1.3, 2001/05/04 01:06:26 |
version 1.4, 2003/08/27 03:11:12 |
|
|
/* $OpenXM: OpenXM/src/kan96xx/Kan/syz0.c,v 1.2 2000/01/16 07:55:41 takayama Exp $ */ |
/* $OpenXM: OpenXM/src/kan96xx/Kan/syz0.c,v 1.3 2001/05/04 01:06:26 takayama Exp $ */ |
#include <stdio.h> |
#include <stdio.h> |
#include "datatype.h" |
#include "datatype.h" |
#include "extern2.h" |
#include "extern2.h" |
Line 237 struct matrixOfPOLY *getSyzygy(grG,zeroPairs,grBasesp, |
|
Line 237 struct matrixOfPOLY *getSyzygy(grG,zeroPairs,grBasesp, |
|
|
|
if (KanGBmessage) {printf("#"); fflush(stdout); } |
if (KanGBmessage) {printf("#"); fflush(stdout); } |
mp0 = getSyzygy01(*grBasesp,excludePairs); |
mp0 = getSyzygy01(*grBasesp,excludePairs); |
|
if (mp0 == NULL) return NULL; |
if (KanGBmessage) {printf("#"); fflush(stdout); } |
if (KanGBmessage) {printf("#"); fflush(stdout); } |
|
|
/* We compute E-CB. The number of G (G-basis) is serial. */ |
/* We compute E-CB. The number of G (G-basis) is serial. */ |