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

#include <line/opt/decomposition.h>

Collaboration diagram for line::opt::SubProblemResult:

Public Attributes

std::string name
OptimizationResult result
VariableValues variables_fixed

Detailed Description

Definition at line 55 of file decomposition.h.

Member Data Documentation

◆ name

std::string line::opt::SubProblemResult::name

Definition at line 56 of file decomposition.h.

◆ result

OptimizationResult line::opt::SubProblemResult::result

Definition at line 57 of file decomposition.h.

◆ variables_fixed

VariableValues line::opt::SubProblemResult::variables_fixed

Definition at line 58 of file decomposition.h.


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