Powered by Apache

CVS log for OpenXM/src/kan96xx/Kan/Kclass/tree.c

[BACK] Up to [local] / OpenXM / src / kan96xx / Kan / Kclass

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 6 11:33:47 2020 UTC (3 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

All causes of the warnings are fixed.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jun 16 05:07:24 2005 UTC (19 years ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.7: +45 -36 lines
Diff to previous 1.7 (colored)

The initialization of the variables of the type struct object
are added.  It is necessary to initialize the field "attr"
(object attribute) of stuct object.  cf. misc-2005/06/gfan/opt.sm1 test2.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Dec 6 02:49:22 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.6: +110 -1 lines
Diff to previous 1.6 (colored)

Supporting -,*,/,^ in the QuoteMode.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 5 23:14:14 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.5: +7 -5 lines
Diff to previous 1.5 (colored)

Fixed a bug on addTree.
The key name is changed to cd from class.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Dec 5 13:51:32 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.4: +9 -2 lines
Diff to previous 1.4 (colored)

Fixed a bug on the quote mode.
<1> undefined symbol is automatically translated into a string object.
<2> result status of executeToken() is properly set.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 24 08:16:13 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.3: +8 -3 lines
Diff to previous 1.3 (colored)

The first version of the data translater between OpenXM CMO and polymake.

Example:

$polymake.data(polymake.POINTS([[1,0,0],[1,1,0],[1,0,1],[1,1,1],[1,2,0]]),polymake.FACETS([[1,0,-1],[0,1,0],[2,-1,-1],[0,0,1]]),polymake.AFFINE_HULL(),polymake.N_FACETS([[4]]),polymake.VERTICES([[1,0,0],[1,0,1],[1,1,1],[1,2,0]]),polymake.VERTICES_IN_FACETS([[1,2],[0,1],[2,3],[0,3]]),polymake.AMBIENT_DIM([[2]]),polymake.BOUNDED(),polymake.GRAPH([[1,3],[0,2],[1,3],[0,2]]),polymake.DUAL_GRAPH([[1,2],[0,3],[0,3],[1,2]]));$ /pstr set
[(parse) (ox.sm1) pushfile] extension
k0connectr
oxk0.ccc ( polymake=Object; ) oxexecutestring
oxk0.ccc ( QuoteMode(1); ) oxexecutestring
oxk0.ccc pstr oxexecutestring
oxk0.ccc oxpopcmo /ptree set
oxk0.ccc ( QuoteMode(0); ) oxexecutestring
[(treeToPolymake) ptree] extension /ss set
ss message

Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 24 06:50:16 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.2: +11 -12 lines
Diff to previous 1.2 (colored)

Added code to check arguments.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 24 02:13:40 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.1: +45 -5 lines
Diff to previous 1.1 (colored)

Added some interfaces to sm1 tree objects;
treeCreateElement, treeGetDocumentElement, treeGetAttributes, treeGetChildNodes.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 21 02:10:37 2003 UTC (20 years, 7 months ago) by takayama
Branch: MAIN

Moved codes on cmo tree to Kclass/tree.c

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>