Public Member Functions | |
| VertexType (int64_t oi=-1, double p=0, double smp=-9999999) | |
| VertexType (int64_t p=-1, int64_t r=-1, int16_t pr=0) | |
| VertexType (int64_t ord=-1, int64_t deg=-1) | |
Public Attributes | |
| int64_t | objID |
| double | price |
| double | secondMaxProfit |
| int64_t | parent |
| int64_t | root |
| int16_t | prob |
| int64_t | order |
| int64_t | degree |
Friends | |
| bool | operator< (const VertexType &vtx1, const VertexType &vtx2) |
| ostream & | operator<< (ostream &os, const VertexType &vertex) |
| bool | operator< (const VertexType &vtx1, const VertexType &vtx2) |
| bool | operator== (const VertexType &vtx1, const VertexType &vtx2) |
| ostream & | operator<< (ostream &os, const VertexType &vertex) |
| bool | operator< (const VertexType &vtx1, const VertexType &vtx2) |
| bool | operator<= (const VertexType &vtx1, const VertexType &vtx2) |
| bool | operator> (const VertexType &vtx1, const VertexType &vtx2) |
| bool | operator>= (const VertexType &vtx1, const VertexType &vtx2) |
| bool | operator== (const VertexType &vtx1, const VertexType &vtx2) |
| ostream & | operator<< (ostream &os, const VertexType &vertex) |
Definition at line 33 of file auction.cpp.
Definition at line 39 of file auction.cpp.
Definition at line 45 of file BPMaximalMatching.cpp.
|
friend |
Definition at line 47 of file auction.cpp.
|
friend |
Definition at line 47 of file BPMaximalMatching.cpp.
|
friend |
|
friend |
Definition at line 48 of file auction.cpp.
|
friend |
Definition at line 53 of file BPMaximalMatching.cpp.
|
friend |
|
friend |
|
friend |
Definition at line 52 of file BPMaximalMatching.cpp.
|
friend |
|
friend |
|
friend |
| int64_t VertexType::objID |
Definition at line 51 of file auction.cpp.
| int64_t VertexType::parent |
Definition at line 55 of file BPMaximalMatching.cpp.
| double VertexType::price |
Definition at line 52 of file auction.cpp.
| int16_t VertexType::prob |
Definition at line 57 of file BPMaximalMatching.cpp.
| int64_t VertexType::root |
Definition at line 56 of file BPMaximalMatching.cpp.
| double VertexType::secondMaxProfit |
Definition at line 53 of file auction.cpp.