![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One bibliography entry. More...
#include <line/io/line_citations.h>
Public Attributes | |
| std::string | key |
| Bibliography key, as used in doc/latex/biblio.bib. | |
| std::string | ref |
| Short reference: author, title, venue, year. | |
| std::string | covers |
| One line saying which part of the solution process it covers. | |
One bibliography entry.
Definition at line 40 of file line_citations.h.
| std::string line::io::Citation::covers |
One line saying which part of the solution process it covers.
Definition at line 46 of file line_citations.h.
| std::string line::io::Citation::key |
Bibliography key, as used in doc/latex/biblio.bib.
Definition at line 42 of file line_citations.h.
| std::string line::io::Citation::ref |
Short reference: author, title, venue, year.
Definition at line 44 of file line_citations.h.