LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::lang::PriorDesign< T > Struct Template Reference

A Prior reduced to alternatives and weights; the output of prior_discretize. More...

#include <line/lang/prior.h>

Collaboration diagram for line::lang::PriorDesign< T >:

Public Attributes

std::vector< Distrib< T > > dists
std::vector< T > weights

Detailed Description

template<class T>
struct line::lang::PriorDesign< T >

A Prior reduced to alternatives and weights; the output of prior_discretize.

Definition at line 96 of file prior.h.

Member Data Documentation

◆ dists

◆ weights


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