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

◆ insert_vp()

template<typename Key>
bool ResF4MonomialLookupTableT< Key >::insert_vp ( long comp,
const_varpower_monomial m,
Key & k )

Definition at line 352 of file res-f4-monlookup.cpp.

358{
359 if (find_one_divisor_vp(comp, m, k)) return false;
361 return true;
362}
void insert_minimal_vp(long comp, const_varpower_monomial m, Key k)
bool find_one_divisor_vp(long comp, const_varpower_monomial m, Key &result_k) const

References find_one_divisor_vp(), and insert_minimal_vp().