20 #ifndef SRC_VALIDATION_H_ 21 #define SRC_VALIDATION_H_ 46 validatetolerance = 1e-5;
68 #include "validation.hpp"
Validation()
default constructor
R validatetolerance
tolerance used for validation
bool updateValidationTolerance(const std::string &tolerance)
updates the tolerance used for validation
void validateSolveReal(SoPlexBase< R > &soplex)
validates the soplex solution using the external solution
Preconfigured SoPlex LP solver.
bool validate
should the soplex solution be validated?
Everything should be within this namespace.
~Validation()
default destructor
bool updateExternalSolution(const std::string &solution)
updates the external solution used for validation
std::string validatesolution
external solution used for validation