Public Member Functions
groebnerCone_compare Struct Reference

#include <groebnerCone.h>

Public Member Functions

bool operator() (const groebnerCone &sigma, const groebnerCone &theta) const
 

Detailed Description

Definition at line 112 of file groebnerCone.h.

Member Function Documentation

◆ operator()()

bool groebnerCone_compare::operator() ( const groebnerCone sigma,
const groebnerCone theta 
) const
inline

Definition at line 114 of file groebnerCone.h.

115  {
116  const gfan::ZVector p1 = sigma.getInteriorPoint();
117  const gfan::ZVector p2 = theta.getInteriorPoint();
118  assume (p1.size() == p2.size());
119  return p1 < p2;
120  }
#define assume(x)
Definition: mod2.h:394
gfan::ZVector getInteriorPoint() const
Definition: groebnerCone.h:66
END_NAMESPACE const void * p2
Definition: syzextra.cc:202

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