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

One bibliography entry. More...

#include <line/io/line_citations.h>

Collaboration diagram for line::io::Citation:

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.

Detailed Description

One bibliography entry.

Definition at line 40 of file line_citations.h.

Member Data Documentation

◆ covers

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.

◆ key

std::string line::io::Citation::key

Bibliography key, as used in doc/latex/biblio.bib.

Definition at line 42 of file line_citations.h.

◆ ref

std::string line::io::Citation::ref

Short reference: author, title, venue, year.

Definition at line 44 of file line_citations.h.


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