Statistics about a FMTGraph and its FMTLpSolver: their size, elements and type of elements.
More...
#include <FMTGraphStats.h>
|
| int | cols |
| | Number of columns in the matrix of FMTLpSolver.
|
| |
| int | rows |
| | Number of rows in the matrix of FMTLpSolver.
|
| |
| int | vertices |
| | Number of vertices in the FMTGraph.
|
| |
| int | edges |
| | Number of edges in the FMTGraph.
|
| |
| int | transfer_rows |
| | Number of area transfer rows in the FMTLpSolver.
|
| |
| int | output_rows |
| | Number of output rows in the FMTLpSolver.
|
| |
| int | output_cols |
| | Number of output cols in the FMTLpSolver.
|
| |
Statistics about a FMTGraph and its FMTLpSolver: their size, elements and type of elements.
◆ FMTGraphStats() [1/2]
| Graph::FMTGraphStats::FMTGraphStats |
( |
| ) |
|
◆ FMTGraphStats() [2/2]
◆ ~FMTGraphStats()
| Graph::FMTGraphStats::~FMTGraphStats |
( |
| ) |
|
|
default |
◆ operator std::string()
| Graph::FMTGraphStats::operator std::string |
( |
| ) |
const |
Return all the information contained in the FMTGraphStats as a string.
- Returns
- the string representation of the stats.
◆ operator!=()
| bool Graph::FMTGraphStats::operator!= |
( |
const FMTGraphStats & |
rhs | ) |
const |
Comparison operator for FMTGraphStats.
- Parameters
-
- Returns
- true if both stats are different else false.
◆ operator+()
◆ operator+=()
◆ operator-()
◆ operator-=()
◆ operator=()
◆ operator==()
| bool Graph::FMTGraphStats::operator== |
( |
const FMTGraphStats & |
rhs | ) |
const |
Comparison operator for FMTGraphStats.
- Parameters
-
- Returns
- true if both stats are equal else false.
◆ boost::serialization::access
| friend class boost::serialization::access |
|
friend |
◆ cols
| int Graph::FMTGraphStats::cols |
Number of columns in the matrix of FMTLpSolver.
◆ edges
| int Graph::FMTGraphStats::edges |
◆ output_cols
| int Graph::FMTGraphStats::output_cols |
Number of output cols in the FMTLpSolver.
◆ output_rows
| int Graph::FMTGraphStats::output_rows |
Number of output rows in the FMTLpSolver.
◆ rows
| int Graph::FMTGraphStats::rows |
Number of rows in the matrix of FMTLpSolver.
◆ transfer_rows
| int Graph::FMTGraphStats::transfer_rows |
Number of area transfer rows in the FMTLpSolver.
◆ vertices
| int Graph::FMTGraphStats::vertices |
The documentation for this class was generated from the following file: