[BACK]Return to README CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / TiGERS_0.9

Annotation of OpenXM_contrib/TiGERS_0.9/README, Revision 1.1

1.1     ! maekawa     1: TiGRES -- version 0.9
        !             2:   A program for enumerating all reduced grobner bases of a toric ideal.
        !             3:
        !             4:   To build the executable:
        !             5:                unpack contents and type "make tigers"
        !             6:
        !             7:   For instructions: type "./tigers -h"
        !             8:
        !             9: Sub directories
        !            10:     "examples"  contains example input files.
        !            11:        "paper"  contains a latex version of the paper
        !            12:
        !            13: BUGS/Things which should be fixed soon.
        !            14: A) TIMING DOESN'T WORK RIGHT FOR LARGE EXAMPLES
        !            15: a) Add an option for computing the universal grobner basis.
        !            16: b) Use more efficient way of storing list of grobner bases and
        !            17:    checking to see if a new one has allready been seen in the
        !            18:    exsearch.c.
        !            19:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>