LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::mam::iltcme Namespace Reference

Classes

struct  CmeEntry
 One CME entry, carrying only the fields matlab_ilt reads. More...

Variables

const CmeEntry kTable []
 The reachable entries, in table order.
const std::size_t kTableSize = sizeof(kTable) / sizeof(kTable[0])

Variable Documentation

◆ kTable

const CmeEntry line::mam::iltcme::kTable

The reachable entries, in table order.

Definition at line 360 of file iltcme_table.cpp.

Referenced by line::mam::cme_supported_orders(), line::mam::cme_table_entry(), and line::mam::matlab_ilt().

◆ kTableSize

const std::size_t line::mam::iltcme::kTableSize = sizeof(kTable) / sizeof(kTable[0])