Gröbner basis project
Codebase for research into Gröbner basis computation
Critical_Pair_Communication Struct Reference

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
 

Detailed Description

used to pass inforation on a critical pair from one polynomial to another

Definition at line 401 of file algorithm_buchberger_explorer.cpp.

Member Data Documentation

◆ first

int Critical_Pair_Communication::first

index of first polynomial in the pair

Definition at line 403 of file algorithm_buchberger_explorer.cpp.

◆ second

int Critical_Pair_Communication::second

index of second polynomial in the pair

Definition at line 405 of file algorithm_buchberger_explorer.cpp.

◆ sugar

DEG_TYPE Critical_Pair_Communication::sugar

pair’s sugar

Definition at line 407 of file algorithm_buchberger_explorer.cpp.


The documentation for this struct was generated from the following files: