Powered by Apache

CVS log for OpenXM/src/kan96xx/trans/yymain_polymake.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8 / (download) - annotate - [select for diffs], Sun Nov 1 10:28:21 2020 UTC (3 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored)

Modified various parts for building with Xcode-12.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 6 11:33:48 2020 UTC (3 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.6: +5 -3 lines
Diff to previous 1.6 (colored)

All causes of the warnings are fixed.

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 3 13:20:35 2018 UTC (6 years ago) by takayama
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Added prototype declarations.
PMparse (yyparse) returns int. PMerror (yyerror)?

Revision 1.5 / (download) - annotate - [select for diffs], Wed May 2 21:25:38 2018 UTC (6 years ago) by takayama
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

Bug fix ; GC_INIT was not called. The prototype declaration void *sGC_malloc(int n) was not given.
There will remain more missing prototype declarations....

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 15 07:50:40 2004 UTC (19 years, 10 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_3, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (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.3 / (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.2: +3 -1 lines
Diff to previous 1.2 (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.2 / (download) - annotate - [select for diffs], Thu Dec 4 07:49:24 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.1: +6 -1 lines
Diff to previous 1.1 (colored)

"doPolymake" calls polymake to make several constructions for polytopes.
[action data_in_polymake_tfb_format] doPolymake
         [result_in_tfb result_in_tree errors]
polymake, polymake2tfb, ox_k0 must be installed.
Example:
 [(FACETS) (polymake.data(polymake.POINTS([[1,0,0],[1,1,0],[1,0,1],[1,0,0]])))]
         doPolymake /rr set

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

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>