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

#include <line/opt/decomposition.h>

Collaboration diagram for line::opt::SubProblem:

Public Member Functions

std::vector< std::string > variable_names () const

Public Attributes

std::string name
std::string variable_type
std::vector< VariablePtrvariables
VariableValues fixed_values

Detailed Description

Definition at line 41 of file decomposition.h.

Member Function Documentation

◆ variable_names()

std::vector< std::string > line::opt::SubProblem::variable_names ( ) const
inline

Definition at line 47 of file decomposition.h.

References variables.

Member Data Documentation

◆ fixed_values

VariableValues line::opt::SubProblem::fixed_values

Definition at line 45 of file decomposition.h.

◆ name

std::string line::opt::SubProblem::name

Definition at line 42 of file decomposition.h.

◆ variable_type

std::string line::opt::SubProblem::variable_type

Definition at line 43 of file decomposition.h.

◆ variables

std::vector<VariablePtr> line::opt::SubProblem::variables

Definition at line 44 of file decomposition.h.

Referenced by variable_names().


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