PolyBoRi
pairs.h
Go to the documentation of this file.
1 /*
2  * pairs.h
3  * PolyBoRi
4  *
5  * Created by Michael Brickenstein on 19.04.06.
6  * Copyright 2006 The PolyBoRi Team. See LICENSE file.
7  *
8  */
9 
10 #ifndef PB_PAIR_H
11 #define PB_PAIR_H
12 
13 #include "PolyEntry.h"
14 #include "PairData.h"
15 #include "IJPairData.h"
16 #include "PolyPairData.h"
17 #include "VariablePairData.h"
18 #include "PairLS.h"
19 #include "PairE.h"
20 #include "PairLSCompare.h"
21 #include "PairECompare.h"
22 
23 #include <functional>
24 #include "groebner_defs.h"
25 
26 #include <boost/shared_ptr.hpp>
27 #include <queue>
28 #include <algorithm>
29 #include <utility>
30 #include <set>
31 
33 
34 //using std::less;
35 
36 
37 
38 
39 
40 typedef PairE Pair;
41 
43 
44 #endif