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

The environment solver. More...

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

Public Member Functions

 SolverEnv (Environment< T > &e, const EnvOptions &o)
EnvSolution solve ()

Detailed Description

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

The environment solver.

envObj must already carry a model per stage; init() is called here, as SolverENV.init does.

Definition at line 219 of file solver_env.h.

Constructor & Destructor Documentation

◆ SolverEnv()

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

Definition at line 221 of file solver_env.h.

Member Function Documentation

◆ solve()


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