Up to [local] / OpenXM / src / kan96xx / Kan
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3, 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.2: +1 -1
lines
FILE REMOVED
Removed yy* files.
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: +27 -11
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]]);