Changeset 75089b in git for Singular/LIB/presolve.lib
- Timestamp:
- Mar 6, 1998, 12:52:59 PM (26 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 795d89ff087d287c65cfbcc8982e712d343906ee
- Parents:
- c5f2c70e71ec178186313403410039af7986408b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/presolve.lib
rc5f2c70 r75089b 1 // $Id: presolve.lib,v 1. 1 1998-02-16 12:44:23 pfister Exp $1 // $Id: presolve.lib,v 1.2 1998-03-06 11:52:57 krueger Exp $ 2 2 //system("random",787422842); 3 3 //(GMG), last modified 97/10/07 by GMG … … 494 494 if ( typeof(#[@ii]) != "string" ) 495 495 { 496 "// wrong syntax! type: help faststd ;496 "// wrong syntax! type: help faststd"; 497 497 return(); 498 498 } … … 1135 1135 } 1136 1136 /////////////////////////////////////////////////////////////////////////////// 1137 1137 /* 1138 1138 1139 1139 ring s=31991,(e,f,x,y,z,t,u,v,w,a,b,c,d),dp; … … 1185 1185 ring s=31991,(f,u,y,z,t,a,b,c,v,w,d,e,h),dp; //standard 1186 1186 1187 */
Note: See TracChangeset
for help on using the changeset viewer.