Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
RevisedSimplexTest Class Reference
Inheritance diagram for RevisedSimplexTest:
[legend]
Collaboration diagram for RevisedSimplexTest:
[legend]

Protected Member Functions

bool nearly_equal (double a, double b, double eps=EPSILON)
 

Static Protected Attributes

static constexpr double EPSILON = 1e-6
 

Detailed Description

Definition at line 1159 of file Simplex_test.cc.

Member Function Documentation

◆ nearly_equal()

bool RevisedSimplexTest::nearly_equal ( double  a,
double  b,
double  eps = EPSILON 
)
inlineprotected

Definition at line 1164 of file Simplex_test.cc.

Member Data Documentation

◆ EPSILON

constexpr double RevisedSimplexTest::EPSILON = 1e-6
staticconstexprprotected

Definition at line 1162 of file Simplex_test.cc.


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