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

Detailed Description

Definition at line 89 of file ip_parameter_tests.h.

#include <ip_parameter_tests.h>

Public Attributes

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

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

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

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

Definition at line 95 of file ip_parameter_tests.h.

◆ stop_before_optimal

SolveParameters operations_research::math_opt::IpParameterTestParameters::stop_before_optimal

Definition at line 110 of file ip_parameter_tests.h.


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