Gröbner basis project
Codebase for research into Gröbner basis computation
|
used to pass inforation on a critical pair from one polynomial to another More...
Public Attributes | |
int | first |
index of first polynomial in the pair | |
int | second |
index of second polynomial in the pair | |
DEG_TYPE | sugar |
pair’s sugar | |
used to pass inforation on a critical pair from one polynomial to another
Definition at line 401 of file algorithm_buchberger_explorer.cpp.
int Critical_Pair_Communication::first |
index of first polynomial in the pair
Definition at line 403 of file algorithm_buchberger_explorer.cpp.
int Critical_Pair_Communication::second |
index of second polynomial in the pair
Definition at line 405 of file algorithm_buchberger_explorer.cpp.
DEG_TYPE Critical_Pair_Communication::sugar |
pair’s sugar
Definition at line 407 of file algorithm_buchberger_explorer.cpp.