Top
Back: isTerminal
Forward: latticeCodegree
FastBack: SINGULAR libraries
FastForward: Release Notes
Up: polymake_so
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.16.1.22 isVeryAmple

Syntax:
Polymake::isVeryAmple( polytope p )
Type:
int
Purpose:
1 if p is very ample, 0 otherwise.
Example:
 
  intmat M[3][3]=1,1,0, 1,0,1, 1,-1,-1;
  polytope p = polytopeViaPoints(M);
  Polymake::isVeryAmple(p);
  intmat N[3][4]=1,1,0,0, 1,0,1,0, 1,1,1,2;
  polytope p = polytopeViaPoints(N);
  Polymake::isVeryAmple(p);

Top Back: isTerminal Forward: latticeCodegree FastBack: SINGULAR libraries FastForward: Release Notes Up: polymake_so Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-6, Dec 2012, generated by texi2html.