Changeset 090f3a5 in git for Singular/LIB/polymake.lib
- Timestamp:
- Aug 29, 2008, 5:16:49 PM (15 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- 4feebd58ccd9933ec85156f08fa5aca3268b88c1
- Parents:
- 73ca80845a0a33662fc0d7938ed504fba284de4d
- 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:35keilen Exp $";1 version="$Id: polymake.lib,v 1.9 2008-08-29 15:16:49 keilen Exp $"; 2 2 category="Tropical Geometry"; 3 3 info=" … … 231 231 intmat secpoly=secondaryPolytope(points)[1]; 232 232 list np=polymakePolytope(secpoly); 233 // the vertices of the Newtonpolytope are:233 // the vertices of the secondary polytope are: 234 234 np[1]; 235 235 // its dimension is … … 381 381 execute("ring ineqring=0,x(1.."+string(ncols(vertices))+"),lp;"); 382 382 string greatersign=">"; 383 // create the variable names 383 // create the variable names 384 384 if (size(#)>0) 385 385 {
Note: See TracChangeset
for help on using the changeset viewer.