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

SolverBA(model, method).getBoundsTable(). More...

#include <line/solvers/avg_table.h>

Collaboration diagram for line::BoundsTable:

Public Attributes

std::vector< std::string > Station
std::vector< std::string > JobClass
std::vector< double > Qlower
std::vector< double > Qupper
std::vector< double > Tlower
std::vector< double > Tupper
std::string method

Detailed Description

SolverBA(model, method).getBoundsTable().

Definition at line 60 of file avg_table.h.

Member Data Documentation

◆ JobClass

std::vector<std::string> line::BoundsTable::JobClass

Definition at line 61 of file avg_table.h.

Referenced by line::SolverBA::bounds_table().

◆ method

std::string line::BoundsTable::method

Definition at line 63 of file avg_table.h.

Referenced by line::SolverBA::bounds_table().

◆ Qlower

std::vector<double> line::BoundsTable::Qlower

Definition at line 62 of file avg_table.h.

Referenced by line::SolverBA::bounds_table().

◆ Qupper

std::vector<double> line::BoundsTable::Qupper

Definition at line 62 of file avg_table.h.

Referenced by line::SolverBA::bounds_table().

◆ Station

std::vector<std::string> line::BoundsTable::Station

Definition at line 61 of file avg_table.h.

Referenced by line::SolverBA::bounds_table().

◆ Tlower

std::vector<double> line::BoundsTable::Tlower

Definition at line 62 of file avg_table.h.

Referenced by line::SolverBA::bounds_table().

◆ Tupper

std::vector<double> line::BoundsTable::Tupper

Definition at line 62 of file avg_table.h.

Referenced by line::SolverBA::bounds_table().


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