Changeset b8ad3a in git for Singular/LIB/primdec.lib


Ignore:
Timestamp:
Jan 4, 2024, 4:39:13 PM (4 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '98550b669234b32be762076c32b3be2c35188ac4')
Children:
4b0877fd8b06e461f8c2450538a142d631260806
Parents:
dff47b7996ab7bb15ce9bd372c7fc531a02308f7
Message:
compiler warnings, format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/primdec.lib

    rdff47b rb8ad3a  
    64606460  list qr = simplifyIdeal(i);
    64616461  map phi = @P, qr[2];  // map from the same ring, to simplify the ideal
    6462  
    6463  
     6462
     6463
    64646464  option(redSB);
    6465   i = groebner(qr[1]);  // We use the transformed variables, and we 
     6465  i = groebner(qr[1]);  // We use the transformed variables, and we
    64666466                        // will use map phi to go back to the original
    64676467                        // variables
     
    65386538    }
    65396539  }
    6540    
     6540
    65416541  rad=interred(phi(rad));  // Eliminate redundant polynomials
    65426542  setring(P0);
Note: See TracChangeset for help on using the changeset viewer.