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

The limit solver. More...

#include <line/solvers/env/solver_env_limit.h>

Public Member Functions

 SolverEnvLimit (Environment< T > &e, const EnvOptions &o)
EnvLimitSolution solve ()

Detailed Description

template<class T>
class line::env::SolverEnvLimit< T >

The limit solver.

envObj must already carry a model per stage; init() is called here, as solveEnvLimit calls self.init() before reading probEnv.

Definition at line 86 of file solver_env_limit.h.

Constructor & Destructor Documentation

◆ SolverEnvLimit()

template<class T>
line::env::SolverEnvLimit< T >::SolverEnvLimit ( Environment< T > & e,
const EnvOptions & o )
inline

Definition at line 88 of file solver_env_limit.h.

Member Function Documentation

◆ solve()

template<class T>
EnvLimitSolution line::env::SolverEnvLimit< T >::solve ( )
inline

Definition at line 90 of file solver_env_limit.h.

Referenced by line::env::solver_env(), and line::env::solver_env_limit().


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