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

◆ try_insert_full()

bool KBasis::try_insert_full ( )
inlineprivate

Definition at line 271 of file matrix-kbasis.cpp.

272{
273 Bag *b;
274 if (kb_monideal->search_expvector(kb_exp, b)) return false;
275 insert();
276 return true;
277}
void insert()
MonomialIdeal * kb_monideal
int_bag Bag
Definition int-bag.hpp:70

References insert(), kb_exp, and kb_monideal.

Referenced by basis0_full().