next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Bertini :: B'Configs

B'Configs -- An option to designate the CONFIG part of a Bertini Input file.

Description

This option should be set to a list of lists of 2 elements. The first element is the name of the Bertini option, e.g. "MPType" and and the second element is what the Bertini option will be set to e.g. "2".

i1 : R=QQ[x0,x1,y0,y1,z]

o1 = R

o1 : PolynomialRing
i2 : makeB'InputFile(storeBM2Files,
         B'Configs=>{{"MPTYPE",2}},
         HomVariableGroup=>{{x0,x1},{y0,y1}},
         AffVariableGroup=>{{z}},
         B'Polynomials=>{z*x1^2+x0^2,y0*z+y1,y0-2*z^2*y1})
Warning: The HomVariableGroup is written first and then the AffVariableGroup is written second.

o2 = /var/folders/j_/gx42s4z576z_vj47_ym0j5xm0000gn/T/M2-74629-0/0/input

o2 : File

Functions with optional argument named B'Configs :

For the programmer

The object B'Configs is a symbol.