PolyBoRi
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
groebner
include
polybori
groebner
LeadingTerms11.h
Go to the documentation of this file.
1
// -*- c++ -*-
2
//*****************************************************************************
14
//*****************************************************************************
15
16
#ifndef polybori_groebner_LeadingTerms11_h_
17
#define polybori_groebner_LeadingTerms11_h_
18
19
#include "
TermsFacade.h
"
20
#include "
PolyEntry.h
"
21
22
// include basic definitions
23
#include "
groebner_defs.h
"
24
25
BEGIN_NAMESPACE_PBORIGB
26
31
class
LeadingTerms11
:
32
public
TermsFacade
<LeadingTerms11> {
33
34
public
:
35
template
<
class
Type>
36
LeadingTerms11
(
const
Type& rhs):
TermsFacade
<
LeadingTerms11
>(rhs) {}
37
38
bool
isCompatible
(
const
PolyEntry
& entry)
const
{
39
return
entry.
literal_factors
.
is11Factorization
();
40
}
41
};
42
43
END_NAMESPACE_PBORIGB
44
45
#endif
/* polybori_groebner_LeadingTerms11_h_ */
polybori::groebner::LeadingTerms11
This class defines LeadingTerms11.
Definition:
LeadingTerms11.h:31
polybori::groebner::LiteralFactorization::is11Factorization
bool is11Factorization() const
Definition:
LiteralFactorization.cc:400
END_NAMESPACE_PBORIGB
#define END_NAMESPACE_PBORIGB
Definition:
groebner_defs.h:16
PolyEntry.h
TermsFacade.h
polybori::groebner::TermsFacade
This class defines TermsFacade.
Definition:
TermsFacade.h:30
BEGIN_NAMESPACE_PBORIGB
#define BEGIN_NAMESPACE_PBORIGB
Definition:
groebner_defs.h:15
polybori::groebner::PolyEntry
This class defines PolyEntry.
Definition:
PolyEntry.h:32
groebner_defs.h
polybori::groebner::PolyEntryBase::literal_factors
LiteralFactorization literal_factors
Definition:
PolyEntryBase.h:53
polybori::groebner::LeadingTerms11::LeadingTerms11
LeadingTerms11(const Type &rhs)
Definition:
LeadingTerms11.h:36
polybori::groebner::LeadingTerms11::isCompatible
bool isCompatible(const PolyEntry &entry) const
Definition:
LeadingTerms11.h:38
Generated by
1.8.9.1