#include <validation.h>
Public Member Functions | |
Validation () | |
default constructor More... | |
~Validation () | |
default destructor More... | |
bool | updateExternalSolution (const std::string &solution) |
updates the external solution used for validation More... | |
bool | updateValidationTolerance (const std::string &tolerance) |
updates the tolerance used for validation More... | |
void | validateSolveReal (SoPlexBase< R > &soplex) |
validates the soplex solution using the external solution More... | |
Public Attributes | |
bool | validate |
should the soplex solution be validated? More... | |
std::string | validatesolution |
external solution used for validation More... | |
R | validatetolerance |
tolerance used for validation More... | |
Definition at line 29 of file validation.h.
Validation | ( | ) |
default constructor
Definition at line 43 of file validation.h.
~Validation | ( | ) |
default destructor
Definition at line 50 of file validation.h.
References Validation< R >::updateExternalSolution(), Validation< R >::updateValidationTolerance(), and Validation< R >::validateSolveReal().
Referenced by runSoPlex().
bool updateExternalSolution | ( | const std::string & | solution | ) |
updates the external solution used for validation
Referenced by runSoPlex(), and Validation< R >::~Validation().
bool updateValidationTolerance | ( | const std::string & | tolerance | ) |
updates the tolerance used for validation
Referenced by runSoPlex(), and Validation< R >::~Validation().
void validateSolveReal | ( | SoPlexBase< R > & | soplex | ) |
validates the soplex solution using the external solution
Referenced by runSoPlex(), and Validation< R >::~Validation().
bool validate |
should the soplex solution be validated?
Definition at line 34 of file validation.h.
Referenced by runSoPlex().
std::string validatesolution |
external solution used for validation
Definition at line 37 of file validation.h.
R validatetolerance |
tolerance used for validation
Definition at line 40 of file validation.h.