#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 38 of file validation.h.
| Validation | ( | ) | 
default constructor
Definition at line 52 of file validation.h.
References Validation< R >::validate, and Validation< R >::validatetolerance.
| ~Validation | ( | ) | 
| bool updateExternalSolution | ( | const std::string & | solution | ) | 
updates the external solution used for validation
Referenced by runSoPlex().
| bool updateValidationTolerance | ( | const std::string & | tolerance | ) | 
updates the tolerance used for validation
Referenced by runSoPlex().
| void validateSolveReal | ( | SoPlexBase< R > & | soplex | ) | 
validates the soplex solution using the external solution
Referenced by runSoPlex().
| bool validate | 
should the soplex solution be validated?
Definition at line 43 of file validation.h.
Referenced by runSoPlex(), and Validation< R >::Validation().
| std::string validatesolution | 
external solution used for validation
Definition at line 46 of file validation.h.
| R validatetolerance | 
tolerance used for validation
Definition at line 49 of file validation.h.
Referenced by Validation< R >::Validation().