Flow123d
release_2.2.0-914-gf1a3a4f
|
#include <sparse_graph.hh>
Public Attributes | |
int | from |
int | to |
int | weight |
Edge weights for communication (optional). More... | |
Definition at line 136 of file sparse_graph.hh.
int SparseGraph::Edge::from |
Definition at line 137 of file sparse_graph.hh.
int SparseGraph::Edge::to |
Definition at line 137 of file sparse_graph.hh.
int SparseGraph::Edge::weight |
Edge weights for communication (optional).
Definition at line 137 of file sparse_graph.hh.