LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::ag::AgWirePayload Struct Reference

One agent's static description, in the wire form the worker expects. More...

#include <line/solvers/ag/ag_worker_client.h>

Collaboration diagram for line::ag::AgWirePayload:

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

Detailed Description

One agent's static description, in the wire form the worker expects.

Definition at line 51 of file ag_worker_client.h.

Member Data Documentation

◆ active_c

std::vector<int> line::ag::AgWirePayload::active_c

Definition at line 61 of file ag_worker_client.h.

◆ active_m

std::vector<std::vector<std::array<double, 3> > > line::ag::AgWirePayload::active_m

Definition at line 62 of file ag_worker_client.h.

◆ k

int line::ag::AgWirePayload::k = 0

Definition at line 52 of file ag_worker_client.h.

◆ L

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.

◆ level

std::vector<int> line::ag::AgWirePayload::level

Definition at line 56 of file ag_worker_client.h.

◆ mph

int line::ag::AgWirePayload::mph = 1

Definition at line 54 of file ag_worker_client.h.

◆ n

int line::ag::AgWirePayload::n = 0

Definition at line 53 of file ag_worker_client.h.

◆ nlev

int line::ag::AgWirePayload::nlev = 1

Definition at line 55 of file ag_worker_client.h.

◆ passive_c

std::vector<int> line::ag::AgWirePayload::passive_c

Definition at line 59 of file ag_worker_client.h.

◆ passive_m

std::vector<std::vector<std::array<double, 3> > > line::ag::AgWirePayload::passive_m

Definition at line 60 of file ag_worker_client.h.


The documentation for this struct was generated from the following file: