Changeset a7a295 in git for Singular


Ignore:
Timestamp:
Sep 14, 2016, 6:19:04 PM (8 years ago)
Author:
Sharwan Tiwari <stiwari@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
579edfd1e445a134cdaeced2df1b8db73d9b7d9b
Parents:
6865a515676783a93fc67ca4c11e6931b8df506a
git-author:
Sharwan Tiwari <stiwari@gmail.com>2016-09-14 18:19:04+02:00
git-committer:
Sharwan Tiwari <stiwari@gmail.com>2016-10-11 17:40:28+02:00
Message:
Hilbert series of non-comm monomial algebras
Location:
Singular
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r6865a5 ra7a295  
    30463046      else
    30473047  #endif
    3048   /*==================== sca?AltVar ==================================*/
     3048        //==========================================================
     3049        // Hilbert series for non-comm. monomial algebras
     3050        // =========================================================
     3051  if(strcmp(sys_cmd,"nc_hilb")==0)
     3052        {
     3053                ideal i;
     3054                bool ig=FALSE;
     3055                if((h!=NULL)&&(h->Typ()==IDEAL_CMD))
     3056                        i=(ideal)h->Data();
     3057                        else return TRUE;
     3058                        h=h->next;
     3059                        if(h!=NULL)
     3060                        ig=TRUE;
     3061                        HilbertSeries_OrbitData(i,ig);
     3062                        return(FALSE);
     3063    }
     3064                else
     3065
     3066        /*==================== sca?AltVar ==================================*/
    30493067  #ifdef HAVE_PLURAL
    30503068      if ( (strcmp(sys_cmd, "AltVarStart") == 0) || (strcmp(sys_cmd, "AltVarEnd") == 0) )
Note: See TracChangeset for help on using the changeset viewer.