![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One agent's static description, in the wire form the worker expects. More...
#include <line/solvers/ag/ag_worker_client.h>
Public Attributes | |
| int | k = 0 |
| int | n = 0 |
| int | mph = 1 |
| int | nlev = 1 |
| std::vector< int > | level |
| std::vector< std::array< double, 3 > > | L |
| [row, col, value] triplets, 0-based. | |
| std::vector< int > | passive_c |
| std::vector< std::vector< std::array< double, 3 > > > | passive_m |
| std::vector< int > | active_c |
| std::vector< std::vector< std::array< double, 3 > > > | active_m |
One agent's static description, in the wire form the worker expects.
Definition at line 51 of file ag_worker_client.h.
| std::vector<int> line::ag::AgWirePayload::active_c |
Definition at line 61 of file ag_worker_client.h.
| std::vector<std::vector<std::array<double, 3> > > line::ag::AgWirePayload::active_m |
Definition at line 62 of file ag_worker_client.h.
| int line::ag::AgWirePayload::k = 0 |
Definition at line 52 of file ag_worker_client.h.
| std::vector<std::array<double, 3> > line::ag::AgWirePayload::L |
[row, col, value] triplets, 0-based.
Definition at line 58 of file ag_worker_client.h.
| std::vector<int> line::ag::AgWirePayload::level |
Definition at line 56 of file ag_worker_client.h.
| int line::ag::AgWirePayload::mph = 1 |
Definition at line 54 of file ag_worker_client.h.
| int line::ag::AgWirePayload::n = 0 |
Definition at line 53 of file ag_worker_client.h.
| int line::ag::AgWirePayload::nlev = 1 |
Definition at line 55 of file ag_worker_client.h.
| std::vector<int> line::ag::AgWirePayload::passive_c |
Definition at line 59 of file ag_worker_client.h.
| std::vector<std::vector<std::array<double, 3> > > line::ag::AgWirePayload::passive_m |
Definition at line 60 of file ag_worker_client.h.