PolyBoRi
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
groebner
include
polybori
groebner
LMLessComparePS.h
Go to the documentation of this file.
1
// -*- c++ -*-
2
//*****************************************************************************
14
//*****************************************************************************
15
16
#ifndef polybori_groebner_LMLessComparePS_h_
17
#define polybori_groebner_LMLessComparePS_h_
18
19
// include basic definitions
20
#include "
groebner_defs.h
"
21
22
BEGIN_NAMESPACE_PBORIGB
23
28
class
LMLessComparePS
{
29
public
:
30
bool
operator() (
const
PolynomialSugar
& p1,
const
PolynomialSugar
& p2){
31
return
p1.
lead
()<p2.
lead
();
32
}
33
};
34
35
END_NAMESPACE_PBORIGB
36
37
#endif
/* polybori_LMLessComparePS_h_ */
Generated by
1.8.3.1