axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [polymake]


From: Bill Page
Subject: [Axiom-developer] [polymake]
Date: Wed, 24 Aug 2005 04:41:23 -0500

Changes http://page.axiom-developer.org/zope/mathaction/Polymake/diff
--

??changed:
-        f := open(("tmp.poly")::FileName)$TextFile
        f := open(("/tmp/tmp.poly")::FileName)$TextFile

??changed:
-        f := open(("tmp.poly")::FileName)$TextFile
        f := open(("/tmp/tmp.poly")::FileName)$TextFile

??changed:
-        f := open(("tmp.poly")::FileName)$TextFile
        f := open(("/tmp/tmp.poly")::FileName)$TextFile

??changed:
-        systemCommand("system cube " s ".poly " string(n))$MoreSystemCommands
        systemCommand("system /usr/local/polymake/bin/cube " s ".poly " 
string(n))$MoreSystemCommands

??changed:
-        systemCommand("system cross " s ".poly " string(n))$MoreSystemCommands
        systemCommand("system /usr/local/polymake/bin/cross " s ".poly " 
string(n))$MoreSystemCommands

??changed:
-        systemCommand("system rand01 " s ".poly " string(d) " " 
string(n))$MoreSystemCommands
        systemCommand("system /usr/local/polymake/bin/rand01 " s ".poly " 
string(d) " " string(n))$MoreSystemCommands

??changed:
-        systemCommand("system rand__sphere " s ".poly " string(d) " " 
string(n))$MoreSystemCommands
        systemCommand("system /usr/local/polymake/bin/rand__sphere " s ".poly " 
string(d) " " string(n))$MoreSystemCommands

??changed:
-        systemCommand("system polymake " (s::Rep) ".poly F__VECTOR > 
tmp.poly")_
        systemCommand("system /usr/local/polymake/bin/polymake " (s::Rep) 
".poly F__VECTOR > /tmp/tmp.poly")_

??changed:
-        systemCommand("system polymake " (s::Rep) ".poly F2__VECTOR > 
tmp.poly")_
        systemCommand("system /usr/local/polymake/bin/polymake " (s::Rep) 
".poly F2__VECTOR > /tmp/tmp.poly")_

??changed:
-        systemCommand("system polymake " (s::Rep) ".poly H__VECTOR > 
tmp.poly")_
        systemCommand("system /usr/local/polymake/bin/polymake " (s::Rep) 
".poly H__VECTOR > /tmp/tmp.poly")_

??changed:
-        systemCommand("system polymake " (s::Rep) ".poly FACETS > tmp.poly")_
        systemCommand("system /usr/local/polymake/bin/polymake " (s::Rep) 
".poly FACETS > /tmp/tmp.poly")_

??changed:
-        systemCommand("system polymake " (s::Rep) ".poly VERTICES > tmp.poly")_
        systemCommand("system /usr/local/polymake/bin/polymake " (s::Rep) 
".poly VERTICES > /tmp/tmp.poly")_

??changed:
-        systemCommand("system polymake " (s::Rep) ".poly SIMPLE > tmp.poly")_
        systemCommand("system /usr/local/polymake/bin/polymake " (s::Rep) 
".poly SIMPLE > /tmp/tmp.poly")_

??changed:
-        f := open(("tmp.poly")::FileName)$TextFile
        f := open(("/tmp/tmp.poly")::FileName)$TextFile

??changed:
-        systemCommand("system polymake -A topaz " (s::Rep) ".top FACETS > 
tmp.poly")_
        systemCommand("system /usr/local/polymake/bin/polymake -A topaz " 
(s::Rep) ".top FACETS > /tmp/tmp.poly")_

??changed:
-        systemCommand("system boundary__complex " (s pretend String) ".top " 
(s pretend String) ".poly")_
        systemCommand("system /usr/local/polymake/bin/boundary__complex " (s 
pretend String) ".top " (s pretend String) ".poly")_

--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]