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

One arrival or departure CSV file, as three parallel columns. More...

#include <line/solvers/wrappers/jmt/jmt_logs.h>

Collaboration diagram for line::jmt::JmtLogFile:

Public Attributes

std::vector< double > ts
std::vector< double > job
std::vector< std::string > cls

Detailed Description

One arrival or departure CSV file, as three parallel columns.

Definition at line 187 of file jmt_logs.h.

Member Data Documentation

◆ cls

std::vector<std::string> line::jmt::JmtLogFile::cls

◆ job

std::vector<double> line::jmt::JmtLogFile::job

◆ ts

std::vector<double> line::jmt::JmtLogFile::ts

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