![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The four LayeredNetworkStruct fields fj_branch_members reads. More...
#include <line/api/fj/fj_branch_members.h>
Public Attributes | |
| Matrix< T > | graph |
| std::size_t | ashift = 0 |
| std::size_t | nacts = 0 |
| std::vector< int > | actposttype |
| absolute-index vector, 1-based reading | |
The four LayeredNetworkStruct fields fj_branch_members reads.
graph is the full (nidx x nidx) call/precedence graph in absolute 1-based indices, actposttype is indexed the same way, and activities are the indices in (ashift, ashift + nacts].
Definition at line 69 of file fj_branch_members.h.
| std::vector<int> line::fj::LqnBranchView< T >::actposttype |
absolute-index vector, 1-based reading
Definition at line 73 of file fj_branch_members.h.
| std::size_t line::fj::LqnBranchView< T >::ashift = 0 |
Definition at line 71 of file fj_branch_members.h.
| Matrix<T> line::fj::LqnBranchView< T >::graph |
Definition at line 70 of file fj_branch_members.h.
| std::size_t line::fj::LqnBranchView< T >::nacts = 0 |
Definition at line 72 of file fj_branch_members.h.