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

D.16.2.22 isVeryAmple

Syntax:
Polymake::isVeryAmple( polytope p )
Type:
int
Purpose:
1 if p is very ample, 0 otherwise.
Example:
 
  LIB"polymake.lib";
==> Welcome to polymake
==> Copyright (c) 1997-2012
==> Ewgenij Gawrilow, Michael Joswig (TU Darmstadt)
==> http://www.polymake.org
  intmat M[3][3]=1,1,0, 1,0,1, 1,-1,-1;
  polytope p = polytopeViaPoints(M);
  Polymake::isVeryAmple(p);
==> polymake: used package cdd
==>   cddlib
==>   Implementation of the double description method of Motzkin et al.
==>   Copyright by Komei Fukuda.
==>   http://www.ifor.math.ethz.ch/~fukuda/cdd_home/cdd.html
==> 
==> sh: -q: Ungültige Option
==> Benutzung:	sh [Lange GNU Option] [Option] ...
==> 		sh [Lange GNU Option] [Option] Script-Datei ...
==> Lange GNU Optionen:
==> 	--debug
==> 	--debugger
==> 	--dump-po-strings
==> 	--dump-strings
==> 	--help
==> 	--init-file
==> 	--login
==> 	--noediting
==> 	--noprofile
==> 	--norc
==> 	--posix
==> 	--rcfile
==> 	--restricted
==> 	--verbose
==> 	--version
==> Shell-Optionen:
==> 	-ilrsD oder -c Kommando	oder -O shopt_option            (Nur Aufruf)
==> 	-abefhkmnptuvxBCHP oder Option -o
==> polymake: used package libnormaliz
==>   Normaliz is a tool for computations in affine monoids, vector configura\
   tions, lattice polytopes, and rational cones.
==>   Copyright by Winfried Bruns, Bogdan Ichim, Christof Soeger.
==>   http://www.math.uos.de/normaliz/
==> 
==> sh: -q: Ungültige Option
==> Benutzung:	sh [Lange GNU Option] [Option] ...
==> 		sh [Lange GNU Option] [Option] Script-Datei ...
==> Lange GNU Optionen:
==> 	--debug
==> 	--debugger
==> 	--dump-po-strings
==> 	--dump-strings
==> 	--help
==> 	--init-file
==> 	--login
==> 	--noediting
==> 	--noprofile
==> 	--norc
==> 	--posix
==> 	--rcfile
==> 	--restricted
==> 	--verbose
==> 	--version
==> Shell-Optionen:
==> 	-ilrsD oder -c Kommando	oder -O shopt_option            (Nur Aufruf)
==> 	-abefhkmnptuvxBCHP oder Option -o
==> sh: -q: Ungültige Option
==> Benutzung:	sh [Lange GNU Option] [Option] ...
==> 		sh [Lange GNU Option] [Option] Script-Datei ...
==> Lange GNU Optionen:
==> 	--debug
==> 	--debugger
==> 	--dump-po-strings
==> 	--dump-strings
==> 	--help
==> 	--init-file
==> 	--login
==> 	--noediting
==> 	--noprofile
==> 	--norc
==> 	--posix
==> 	--rcfile
==> 	--restricted
==> 	--verbose
==> 	--version
==> Shell-Optionen:
==> 	-ilrsD oder -c Kommando	oder -O shopt_option            (Nur Aufruf)
==> 	-abefhkmnptuvxBCHP oder Option -o
==> 1
  intmat N[3][4]=1,1,0,0, 1,0,1,0, 1,1,1,2;
  polytope p = polytopeViaPoints(N);
==> // ** redefining p **
  Polymake::isVeryAmple(p);
==> 1

Top Back: isTerminal Forward: latticeCodegree FastBack: gfanlib_so FastForward: Release Notes Up: polymake_so Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4-0-3, 2016, generated by texi2html.