Changeset 090f3a5 in git for Singular/LIB/polymake.lib


Ignore:
Timestamp:
Aug 29, 2008, 5:16:49 PM (15 years ago)
Author:
Thomas Markwig <keilen@…>
Branches:
(u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
Children:
4feebd58ccd9933ec85156f08fa5aca3268b88c1
Parents:
73ca80845a0a33662fc0d7938ed504fba284de4d
Message:
Two break points removed.


git-svn-id: file:///usr/local/Singular/svn/trunk@11034 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/polymake.lib

    r73ca808 r090f3a5  
    1 version="$Id: polymake.lib,v 1.8 2008-08-08 10:30:35 keilen Exp $";
     1version="$Id: polymake.lib,v 1.9 2008-08-29 15:16:49 keilen Exp $";
    22category="Tropical Geometry";
    33info="
     
    231231   intmat secpoly=secondaryPolytope(points)[1];
    232232   list np=polymakePolytope(secpoly);
    233    // the vertices of the Newton polytope are:
     233   // the vertices of the secondary polytope are:
    234234   np[1];
    235235   // its dimension is
     
    381381  execute("ring ineqring=0,x(1.."+string(ncols(vertices))+"),lp;");
    382382  string greatersign=">";
    383   // create the variable names 
     383  // create the variable names
    384384  if (size(#)>0)
    385385  {
Note: See TracChangeset for help on using the changeset viewer.