Changeset 882ae9c in git


Ignore:
Timestamp:
Nov 22, 1999, 12:33:59 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
7cd4034c2f5efdb9e99ee57a2398e2684861c05a
Parents:
bbc103bd6bbc9273b453006e7efa0c2b0887f0ac
Message:
* added file to tests


git-svn-id: file:///usr/local/Singular/svn/trunk@3868 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Tst/Old
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/Old/m12ex.tst

    rbbc103 r882ae9c  
    1919  // Compute a full resolution of D with sres.
    2020  // This takes about 17 sec on a Mac PB 520c and 2 sec an a HP 735
    21   int time = timer;
    2221  module sD = std(D);
    2322  list Dres = sres(sD,0);                // the full resolution
    24   timer-time;                            // time used for std + sres
    2523  intmat B = betti(Dres);
    2624  print(B,"betti");
Note: See TracChangeset for help on using the changeset viewer.