|
Macaulay2 Engine
|
#include <geopoly.hpp>
Public Member Functions | |
| polyheap (const PolynomialRing *F) | |
| ~polyheap () | |
| void | add (Nterm *p) |
| Nterm * | remove_lead_term () |
| Nterm * | value () |
| Nterm * | debug_list (int i) |
Private Attributes | |
| const PolynomialRing * | F |
| const Ring * | K |
| Nterm * | heap [GEOHEAP_SIZE] |
| int | top_of_heap |
Definition at line 47 of file geopoly.hpp.