|
Pipal
1.2.0
Penalty Interior-Point ALgorithm
|
Class for managing the acceptance criteria of the solver. More...
#include <Types.hxx>
Public Member Functions | |
| Acceptance ()=default | |
| Default constructor. | |
| Acceptance (Acceptance const &)=delete | |
| Delete copy constructor and assignment operator. | |
| Acceptance & | operator= (Acceptance const &)=delete |
| Delete copy constructor and assignment operator. | |
Public Attributes | |
| Real | p0 {0.0} |
| Real | p {0.0} |
| Real | d {0.0} |
| bool | s {false} |
| Real | The real number type. |
|
default |
|
delete |
|
delete |
| Real Pipal::Acceptance< Real >::d {0.0} |
Dual steplength.
| Real Pipal::Acceptance< Real >::p {0.0} |
Primal steplength.
| Real Pipal::Acceptance< Real >::p0 {0.0} |
Fraction-to-the-boundary steplength.
| bool Pipal::Acceptance< Real >::s {false} |
Bool for second-order correction.