Changeset c1986a in git for Singular/LIB/presolve.lib


Ignore:
Timestamp:
May 6, 2005, 11:42:02 AM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1d81b2939a37082b3c46e6e21ab974b485e157ed
Parents:
a58f47ac8eee1255eec5e769cce34d8625f4cade
Message:
*hannes/lossen: syntax for doku


git-svn-id: file:///usr/local/Singular/svn/trunk@8059 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/presolve.lib

    ra58f47 rc1986a  
    11//last change: 13.02.2001 (Eric Westenberger)
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: presolve.lib,v 1.23 2005-05-04 09:31:39 Singular Exp $";
     3version="$Id: presolve.lib,v 1.24 2005-05-06 09:42:00 Singular Exp $";
    44category="Symbolic-numerical solving";
    55info="
     
    2222 sortvars(id[n1,p1..]); sort vars w.r.t. complexity in id [different blocks]
    2323 valvars(id[..]);       valuation of vars w.r.t. to their complexity in id
    24  idealsSimplify(id);    ideal I = eliminate(Id,m) m is a product of variables
    25                        which are only linearly involved in the generators of id
    2624 idealSplit(id,tF,fS);  a list of ideals such that their intersection
    2725                        has the same radical as id
Note: See TracChangeset for help on using the changeset viewer.