14#ifndef OR_TOOLS_MATH_OPT_SOLVER_TESTS_LP_MODEL_SOLVE_PARAMETERS_TESTS_H_
15#define OR_TOOLS_MATH_OPT_SOLVER_TESTS_LP_MODEL_SOLVE_PARAMETERS_TESTS_H_
20#include "gtest/gtest.h"
67 :
public ::testing::TestWithParam<LpModelSolveParametersTestParameters> {};
SolverType
The solvers supported by MathOpt.
In SWIG mode, we don't want anything besides these top-level includes.
SolveParameters parameters
friend std::ostream & operator<<(std::ostream &out, const LpModelSolveParametersTestParameters ¶ms)
bool supports_primal_only_warm_starts
True if the solver supports warm starts on the primal solution only.
LpModelSolveParametersTestParameters(const SolverType solver_type, const bool exact_zeros, const bool supports_duals, const bool supports_primal_only_warm_starts, SolveParameters parameters={})