Changeset 46910f0 in git
- Timestamp:
- Jun 5, 2014, 5:02:23 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- c402e5e80fbab06a8f91acd8a1f1bda7e51bfc86
- Parents:
- d7295ff2c24f0d2b03594917a387c981bd47eedd
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/ehv.lib
rd7295f r46910f0 107 107 "USAGE: isSubset(I,J); I, J ideals 108 108 RETURN: integer, 1 if I is a subset of J and 0 otherwise 109 NOTE: if J is not a standard basis the result may be wrong110 109 " 111 110 { 112 int s = size(I); 111 if ( attrib(J,"isSB") == 0) { J = groebner(J); } 112 int s = ncols(I); 113 113 for(int i=1; i<=s; i++) 114 114 { -
Tst/Short.lst
rd7295f r46910f0 127 127 Short/bug_tr489.tst 128 128 Short/bug_tr549.tst 129 Short/bug_tr551.tst 129 130 Short/bug_x_i_j.tst 130 131 Short/charseries.tst
Note: See TracChangeset
for help on using the changeset viewer.