Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::IpParameterTestParameters Struct Reference

#include <ip_parameter_tests.h>

Public Attributes

std::string name
 
SolverType solver_type
 The tested solver.
 
ParameterSupport parameter_support
 
bool hint_supported = false
 
SolveResultSupport solve_result_support
 
std::string presolved_regexp
 
SolveParameters stop_before_optimal
 

Detailed Description

Definition at line 89 of file ip_parameter_tests.h.

Member Data Documentation

◆ hint_supported

bool operations_research::math_opt::IpParameterTestParameters::hint_supported = false

Definition at line 98 of file ip_parameter_tests.h.

◆ name

std::string operations_research::math_opt::IpParameterTestParameters::name

Used as a suffix for the gUnit test name in parametric tests, use with the ParamName functor.

Definition at line 92 of file ip_parameter_tests.h.

◆ parameter_support

ParameterSupport operations_research::math_opt::IpParameterTestParameters::parameter_support

Definition at line 97 of file ip_parameter_tests.h.

◆ presolved_regexp

std::string operations_research::math_opt::IpParameterTestParameters::presolved_regexp

Contains a regexp found in the solver logs when presolve is enabled and the problem is completely solved in presolve, AND that is not found in the solver logs when presolve is disabled for the same model.

It uses testing::ContainsRegex().

Definition at line 106 of file ip_parameter_tests.h.

◆ solve_result_support

SolveResultSupport operations_research::math_opt::IpParameterTestParameters::solve_result_support

Definition at line 99 of file ip_parameter_tests.h.

◆ solver_type

SolverType operations_research::math_opt::IpParameterTestParameters::solver_type

The tested solver.

Definition at line 95 of file ip_parameter_tests.h.

◆ stop_before_optimal

SolveParameters operations_research::math_opt::IpParameterTestParameters::stop_before_optimal

Parameters to try and get the solver to stop early without completely solving the problem.

Definition at line 110 of file ip_parameter_tests.h.


The documentation for this struct was generated from the following file: