SolverTestResult struct
#include <gtopt/check_solvers.hpp>
Result of running one named test against one solver.
Public variables
- std::string detail
- Optional additional detail (first failure assertion, exception text).
- double duration_s
- Wall-clock duration of the test in seconds.
- std::string message
- Human-readable one-line outcome message.
- std::string name
- Name of the test case (e.g. "single_bus_lp").
- bool passed
- true = test passed; false = test failed.