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

#include <line/util/simplex.h>

Collaboration diagram for line::lp::LpSolution< T >:

Public Member Functions

bool ok () const

Public Attributes

LpStatus status = LpStatus::Infeasible
std::vector< T > x
 primal solution in the ORIGINAL variable space
objective = T()
 c'x, in the sense requested (max or min)
std::size_t iterations = 0

Detailed Description

template<class T>
struct line::lp::LpSolution< T >

Definition at line 94 of file simplex.h.

Member Function Documentation

◆ ok()

Member Data Documentation

◆ iterations

◆ objective

◆ status

◆ x


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