Changeset 515422 in git
- Timestamp:
- Feb 23, 2009, 4:12:49 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 43cbc0856ed23ecab6920b278467d5518520c8a7
- Parents:
- 8cefb307338af695059209a4e2f02f5166b1903d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gfan.cc
r8cefb3 r515422 1 1 /* 2 2 Compute the Groebner fan of an ideal 3 Author: $Author: Singular$4 Date: $Date: 2009-02- 19 15:39:08$5 Header: $Header: /exports/cvsroot-2/cvsroot/kernel/gfan.cc,v 1.1 4 2009-02-19 15:39:08 SingularExp $6 Id: $Id: gfan.cc,v 1.1 4 2009-02-19 15:39:08 SingularExp $3 Author: $Author: monerjan $ 4 Date: $Date: 2009-02-23 15:12:49 $ 5 Header: $Header: /exports/cvsroot-2/cvsroot/kernel/gfan.cc,v 1.15 2009-02-23 15:12:49 monerjan Exp $ 6 Id: $Id: gfan.cc,v 1.15 2009-02-23 15:12:49 monerjan Exp $ 7 7 */ 8 8 … … 148 148 #endif 149 149 150 dd_PolyhedraPtr ddpolyh; 151 dd_MatrixPtr G; 152 ddpolyh=dd_DDMatrix2Poly(ddineq, &dderr); 153 G=dd_CopyGenerators(ddpolyh); 154 printf("\nSpanning vectors = rows:\n"); 155 dd_WriteMatrix(stdout, G); 156 150 157 //ddineq->representation=dd_Inequality; //We want our LP to be Ax>=0 151 158
Note: See TracChangeset
for help on using the changeset viewer.