Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
MinimizationTest Class Reference
Inheritance diagram for MinimizationTest:
[legend]
Collaboration diagram for MinimizationTest:
[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 1650 of file Simplex_test.cc.

Member Function Documentation

◆ nearly_equal()

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

Definition at line 1655 of file Simplex_test.cc.

Member Data Documentation

◆ EPSILON

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

Definition at line 1653 of file Simplex_test.cc.


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