SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
Internal type of an edge. More...
#include <ForwardHyperGraph.h>
Public Member Functions | |
Edge (const EdgeProperty &ep) | |
Constructor from a property. More... | |
void | addOut (Vertex v) |
Add v to the outgoing vertices of this edge. More... | |
const EdgeProperty & | operator* () const |
Access the property. More... | |
EdgeProperty & | operator* () |
Access the property. More... | |
const EdgeProperty * | operator-> () const |
Access the property. More... | |
EdgeProperty * | operator-> () |
Access the property. More... | |
const std::vector< Vertex > & | out () const |
Retrieve the list of outgoing vertices. More... | |
Data Fields | |
friend | ForwardHyperGraph |
Private Attributes | |
EdgeProperty | mProperty |
Property of this edge. More... | |
std::vector< Vertex > | mOut |
Outgoing vertices. More... | |
Internal type of an edge.
Definition at line 36 of file ForwardHyperGraph.h.
|
inline |
Constructor from a property.
Definition at line 45 of file ForwardHyperGraph.h.
|
inline |
Add v to the outgoing vertices of this edge.
Definition at line 47 of file ForwardHyperGraph.h.
|
inline |
Access the property.
Definition at line 55 of file ForwardHyperGraph.h.
|
inline |
Access the property.
Definition at line 51 of file ForwardHyperGraph.h.
|
inline |
Access the property.
Definition at line 63 of file ForwardHyperGraph.h.
|
inline |
Access the property.
Definition at line 59 of file ForwardHyperGraph.h.
|
inline |
Retrieve the list of outgoing vertices.
Definition at line 67 of file ForwardHyperGraph.h.
friend smtrat::ForwardHyperGraph< VertexProperty, EdgeProperty, UniqueVertices >::Edge::ForwardHyperGraph |
Definition at line 37 of file ForwardHyperGraph.h.
|
private |
Outgoing vertices.
Definition at line 42 of file ForwardHyperGraph.h.
|
private |
Property of this edge.
Definition at line 40 of file ForwardHyperGraph.h.