Changeset 515422 in git


Ignore:
Timestamp:
Feb 23, 2009, 4:12:49 PM (14 years ago)
Author:
Martin Monerjan
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
43cbc0856ed23ecab6920b278467d5518520c8a7
Parents:
8cefb307338af695059209a4e2f02f5166b1903d
Message:
dd_DDMatrix2Poly. Ausgabe der V-Darstellung von ddineq


git-svn-id: file:///usr/local/Singular/svn/trunk@11457 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/gfan.cc

    r8cefb3 r515422  
    11/*
    22Compute 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.14 2009-02-19 15:39:08 Singular Exp $
    6 Id: $Id: gfan.cc,v 1.14 2009-02-19 15:39:08 Singular Exp $
     3Author: $Author: monerjan $
     4Date: $Date: 2009-02-23 15:12:49 $
     5Header: $Header: /exports/cvsroot-2/cvsroot/kernel/gfan.cc,v 1.15 2009-02-23 15:12:49 monerjan Exp $
     6Id: $Id: gfan.cc,v 1.15 2009-02-23 15:12:49 monerjan Exp $
    77*/
    88
     
    148148        #endif
    149149
     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
    150157        //ddineq->representation=dd_Inequality;         //We want our LP to be Ax>=0
    151158
Note: See TracChangeset for help on using the changeset viewer.