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

The gate verdict, plus the message the caller reports either way. More...

#include <line/api/mc/ctmc_memory_gate.h>

Collaboration diagram for line::mc::CtmcGateResult:

Public Attributes

bool ok = true
std::string message
double predicted_gb = 0.0
double budget_gb = 0.0

Detailed Description

The gate verdict, plus the message the caller reports either way.

Definition at line 62 of file ctmc_memory_gate.h.

Member Data Documentation

◆ budget_gb

double line::mc::CtmcGateResult::budget_gb = 0.0

Definition at line 66 of file ctmc_memory_gate.h.

Referenced by line::mc::ctmc_memory_gate().

◆ message

std::string line::mc::CtmcGateResult::message

Definition at line 64 of file ctmc_memory_gate.h.

Referenced by line::mc::ctmc_memory_gate(), and line::ctmc::solve_struct().

◆ ok

bool line::mc::CtmcGateResult::ok = true

Definition at line 63 of file ctmc_memory_gate.h.

Referenced by line::mc::ctmc_memory_gate(), and line::ctmc::solve_struct().

◆ predicted_gb

double line::mc::CtmcGateResult::predicted_gb = 0.0

Definition at line 65 of file ctmc_memory_gate.h.

Referenced by line::mc::ctmc_memory_gate().


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