Up to [local] / OpenXM / src / kan96xx / Kan
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5, Thu Nov 27 12:07:45 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.4: +1 -1
lines
FILE REMOVED
Removed yy* files.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Nov 20 07:56:00 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.3: +36 -15
lines
Diff to previous 1.3 (colored)
pmObjectToStr(pmObjectp p) translates an object p to the tfb/2 expression in a string.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 20 06:04:04 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.2: +47 -40
lines
Diff to previous 1.2 (colored)
Make rules for polymake2tfb are added. main() is separated and moved to yymain_polymake.c.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 20 03:25:08 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.1: +103 -6
lines
Diff to previous 1.1 (colored)
Added a new data type PMobject_tree to express XML trees.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 20 00:06:07 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
A parser to translate polymake data files into tfb/2 expressions. Example: input; POINT 1 0 0 1 1 0 1 0 1 1 1 1 output; polymake.point([[1,0,0],[1,1,0],[1,0,1],[1,1,1]]);