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

◆ has_monomials_lt_one()

bool Monoid::has_monomials_lt_one ( ) const
inline

Definition at line 184 of file monoid.hpp.

185 {
186 return (n_invertible_vars_ > 0 || local_vars.size() > 0);
187 }
int n_invertible_vars_
number of invertible variables
Definition monoid.hpp:131
std::vector< int > local_vars
These are the variables which are < 1 in the monomial order.
Definition monoid.hpp:138

References local_vars, and n_invertible_vars_.