Macaulay2 Engine
Loading...
Searching...
No Matches

◆ binomialGB()

binomialGB::binomialGB ( const binomial_ring * R,
bool bigcell,
bool homogprime )

Definition at line 661 of file gb-toric.cpp.

662 : R(R0),
663 first(nullptr),
664 _max_degree(0),
665 // use_bigcell(bigcell),
666 is_homogeneous_prime(homogprime)
667{
668 (void) bigcell;
669}
bool is_homogeneous_prime
Definition gb-toric.hpp:257
const binomial_ring * R
Definition gb-toric.hpp:252
int _max_degree
Definition gb-toric.hpp:254
gbmin_elem * first
Definition gb-toric.hpp:253

References _max_degree, first, is_homogeneous_prime, and R.