Powered by Apache

CVS log for OpenXM/src/kan96xx/trans/yy_polymake.y

[BACK] Up to [local] / OpenXM / src / kan96xx / trans

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 4 02:25:30 2009 UTC (14 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, HEAD
Changes since 1.4: +5 -2 lines
Diff to previous 1.4 (colored)

polymake2tfb accepts the token ==UNDEF==

Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 21 10:55:28 2004 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12, RELEASE_1_2_3, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.3: +13 -1 lines
Diff to previous 1.3 (colored)

Change of the grammer of polymake outputs:
It accepts { }, ... (empty brackets).

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 15 07:50:40 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.2: +43 -6 lines
Diff to previous 1.2 (colored)

polymake2tfb accepts an extended grammer of polymake data files.
It is a preparation of a new polymake interface for Grobner fan.
Example:
$ ./polymake2tfb
F
[ -1 : 3 ]
{{0 1} {0 2} {1 2}}

returns

polymake.data(polymake.F([polymake._bracket(polymake._colon([-1],[3])),polymake._set([polymake._set([0,1]),[polymake._set([0,2]),polymake._set([1,2])]])]))

Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 8 01:49:04 2004 UTC (20 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.1: +5 -1 lines
Diff to previous 1.1 (colored)

BUG:
  if the input starts with an empty line like
_test
# comment
POINTS
1 2
1 0
1 1

it caused a parse error.

The bug is fixed.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Nov 24 02:33:39 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX

Moved data converstion modules into kan96xx/trans.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




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