PolyBoRi
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
groebner
include
polybori
groebner
MonomialPlusOneTerms.h
Go to the documentation of this file.
1
// -*- c++ -*-
2
//*****************************************************************************
14
//*****************************************************************************
15
16
#ifndef polybori_groebner_MonomialPlusOneTerms_h_
17
#define polybori_groebner_MonomialPlusOneTerms_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
MonomialPlusOneTerms
:
32
public
TermsFacade
<MonomialPlusOneTerms> {
33
34
public
:
35
template
<
class
Type>
36
MonomialPlusOneTerms
(
const
Type& rhs):
TermsFacade
<
MonomialPlusOneTerms
>(rhs) {}
37
38
bool
isCompatible
(
const
PolyEntry
& entry)
const
{
39
PBORI_ASSERT
( (entry.
length
!= 2) || entry.
p
.
isPair
());
40
return
(entry.
length
== 2) && (entry.
p
.
hasConstantPart
());
41
}
42
};
43
44
END_NAMESPACE_PBORIGB
45
46
#endif
/* polybori_groebner_MonomialPlusOneTerms_h_ */
polybori::BoolePolynomial::isPair
bool_type isPair() const
Test, whether we have two terms only.
Definition:
BoolePolynomial.h:475
polybori::groebner::MonomialPlusOneTerms
This class defines MonomialPlusOneTerms.
Definition:
MonomialPlusOneTerms.h:31
polybori::groebner::PolyEntryBase::p
Polynomial p
Definition:
PolyEntryBase.h:54
END_NAMESPACE_PBORIGB
#define END_NAMESPACE_PBORIGB
Definition:
groebner_defs.h:16
PolyEntry.h
polybori::BoolePolynomial::hasConstantPart
bool_type hasConstantPart() const
Check whether polynomial has term one.
Definition:
BoolePolynomial.h:303
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
PBORI_ASSERT
#define PBORI_ASSERT(arg)
Definition:
pbori_defs.h:118
polybori::groebner::PolyEntryBase::length
len_type length
Definition:
PolyEntryBase.h:57
polybori::groebner::MonomialPlusOneTerms::MonomialPlusOneTerms
MonomialPlusOneTerms(const Type &rhs)
Definition:
MonomialPlusOneTerms.h:36
polybori::groebner::MonomialPlusOneTerms::isCompatible
bool isCompatible(const PolyEntry &entry) const
Definition:
MonomialPlusOneTerms.h:38
Generated by
1.8.9.1