Powered by Apache

CVS log for OpenXM/src/kan96xx/trans/polymake.sm1

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Thu Mar 12 07:33:03 2020 UTC (4 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

bug fix of doPolymake; work files /tmp/sm1-q-* were not removed.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Sep 25 07:30:52 2013 UTC (10 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.7: +6 -3 lines
Diff to previous 1.7 (colored)

asir:
  polymake.start(|uselocal=1)  local polymake (default)
  polymake.start(|oohg_native=1) use remote polymake via a http post message in URL encoding.
  polymake.start(|oohg_curl=1)   use remote polymake via a http post message by curl.

sm1:
  usePolymake.local
  usePolymake.OoHG.native
  usePolymake.OoHG.curl

Revision 1.7 / (download) - annotate - [select for diffs], Sun Sep 22 05:17:17 2013 UTC (10 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.6: +4 -1 lines
Diff to previous 1.6 (colored)

cgiQueryPolymake.curl is still buggy.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Sep 21 04:48:36 2013 UTC (10 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Added a workaround to avoid a bus error on Mac in case that no polymake in the path.
This bug on parse should be fixed.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 20 05:12:24 2013 UTC (10 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.4: +4 -3 lines
Diff to previous 1.4 (colored)

doPolymake accepts rational numbers as an input.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 20 04:43:29 2013 UTC (10 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.3: +8 -4 lines
Diff to previous 1.3 (colored)

1. Fixed a bug of the variable name pNative.
2. Latest polymake outputs an XML file. Use the output on the stdout which is
a legacy format.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Dec 6 02:49:22 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.2: +50 -16 lines
Diff to previous 1.2 (colored)

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

Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 4 08:00:13 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Fixed a typo of the usage.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 4 07:49:24 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN

"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

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>