| |
- all_monomials_of_degree_d(d, variables)
- if_then_else(...)
- if-then else operator
C++ signature:
if_then_else(int, polybori::BooleSet, polybori::BooleSet) -> polybori::BooleSet
if-then else operator
C++ signature:
if_then_else(polybori::BooleVariable, polybori::BooleSet, polybori::BooleSet) -> polybori::BooleSet
- mod_mon_set(...)
- C++ signature:
mod_mon_set(polybori::BooleSet, polybori::BooleSet) -> polybori::BooleSet
C++ signature:
mod_mon_set(polybori::BooleSet, polybori::BooleSet) -> polybori::BooleSet
- monomial_from_indices(indices)
- power_set(variables)
- top_index(...)
- C++ signature:
top_index(polybori::BooleSet) -> int
|