|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Sensitivity analysis result for a coefficient. More...
#include <Simplex.H>
Public Member Functions | |
| bool | is_unbounded_below () const noexcept |
| bool | is_unbounded_above () const noexcept |
Public Attributes | |
| T | lower_bound |
| Minimum value before basis change. | |
| T | upper_bound |
| Maximum value before basis change. | |
| T | current_value |
| Current coefficient value. | |
Sensitivity analysis result for a coefficient.
Represents the range within which a coefficient can vary without changing the optimal basis.
|
inlinenoexcept |
Definition at line 117 of file Simplex.H.
References Aleph::SensitivityRange< T >::upper_bound.
|
inlinenoexcept |
Definition at line 114 of file Simplex.H.
References Aleph::SensitivityRange< T >::lower_bound.
| T Aleph::SensitivityRange< T >::current_value |
Current coefficient value.
Definition at line 112 of file Simplex.H.
Referenced by Aleph::Simplex< T >::objective_sensitivity(), and Aleph::Simplex< T >::rhs_sensitivity().
| T Aleph::SensitivityRange< T >::lower_bound |
Minimum value before basis change.
Definition at line 110 of file Simplex.H.
Referenced by Aleph::SensitivityRange< T >::is_unbounded_below(), Aleph::Simplex< T >::objective_sensitivity(), and Aleph::Simplex< T >::rhs_sensitivity().
| T Aleph::SensitivityRange< T >::upper_bound |
Maximum value before basis change.
Definition at line 111 of file Simplex.H.
Referenced by Aleph::SensitivityRange< T >::is_unbounded_above(), Aleph::Simplex< T >::objective_sensitivity(), and Aleph::Simplex< T >::rhs_sensitivity().