Loading...
Searching...
No Matches
Validation< R > Class Template Reference
Detailed Descriptiontemplate<class R>
class soplex::Validation< R > Definition at line 38 of file validation.h. Constructor & Destructor Documentation◆ Validation()
template<class R >
default constructor Definition at line 52 of file validation.h. References Validation< R >::validate, and Validation< R >::validatetolerance. ◆ ~Validation()
template<class R >
Member Function Documentation◆ updateExternalSolution()
template<class R >
updates the external solution used for validation Referenced by runSoPlex(). ◆ updateValidationTolerance()
template<class R >
updates the tolerance used for validation Referenced by runSoPlex(). ◆ validateSolveReal()
template<class R >
validates the soplex solution using the external solution Referenced by runSoPlex(). Member Data Documentation◆ validate
template<class R >
should the soplex solution be validated? Definition at line 43 of file validation.h. Referenced by runSoPlex(), and Validation< R >::Validation(). ◆ validatesolution
template<class R >
external solution used for validation Definition at line 46 of file validation.h. ◆ validatetolerance
template<class R >
tolerance used for validation Definition at line 49 of file validation.h. Referenced by Validation< R >::Validation().
|