LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
Interchange formats

line/io – readers and writers for the JSON model interchange, the LQN XML interchange, the JMT formats and PNML. More...

Files

file  include/line/io/docker_image.h
 Docker primitives for the backends that legitimately ship an image.
file  include/line/io/environment_reader.h
 Reader for the LINE model.json interchange of an ENVIRONMENT model into an env::Environment<T>.
file  include/line/io/jmt_dist.h
 The distribution subtree of a JMT .jsimg file, and the scalar formatting every JMT writer shares.
file  include/line/io/jmt_writer.h
 Port of @@JMTIO: a refreshed NetworkStruct written out as a JMT .jsimg simulation model.
file  include/line/io/jmva_writer.h
 Port of @@JMTIO/writeJMVA.m: the CHAIN-level product-form model in the JMVA interchange format.
file  include/line/io/jsim_reader.h
 Read a JMT .jsim / .jsimg / .jsimw model into a qn::Network.
file  include/line/io/line_citations.h
 Bibliographic references for the algorithms a run used.
file  include/line/io/lqn_json_reader.h
 model.json with type: "LayeredNetwork" -> LqnStruct, via LqnBuilder.
file  include/line/io/map2renv.h
 Port of matlab/src/io/map2renv.m and matlab/src/io/MAPQN2RENV.m (python twin in api/io/converters.py): the Markov-modulated image of a network with MAP/MMPP/MMAP arrival or service processes as a queueing network in a random environment.
file  include/line/io/marshal.h
 Boundary marshalling for host bindings (MATLAB MEX, pybind11, the JSON CLI).
file  include/line/io/network_reader.h
 Reader for the LINE model.json interchange (a Network model) into a qn::Network<T> built through the programmatic builder.
file  include/line/io/network_writer.h
 qn::NetworkStruct -> model.json, the inverse of network_reader.h.
file  include/line/io/pnml.h
 PNML (ISO/IEC 15909-2) place/transition nets, read and written.
file  include/line/io/qn2lqn.h
 Convert a closed queueing network into the layered model used by SolverLQNS.
file  include/line/io/qn_reader.h
 Reader for the .qn closed-network model format of mp_pfqn.
file  include/line/io/workflow_reader.h
 Reader for the LINE model.json interchange (a Workflow model) into a workflow::Workflow<T> built through the programmatic builder.

Detailed Description

line/io – readers and writers for the JSON model interchange, the LQN XML interchange, the JMT formats and PNML.