|
D.14.2.10 from_boolean_poly
Procedure from library polybori.lib (see polybori_lib).
- Usage:
- from_boolean_poly(ps[, dir]); ps polynomial, dir integer zero or one
- Return:
- default: polynomial ps in the representation of the boolean ring
- Note:
- via the optional input dir, one can choose the computation method (either
direct[dir==0] or recursive[dir==1]). default: direct
Example:
See also:
boolean_ideal;
boolean_std.
|