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

Detailed Description

Definition at line 60 of file invalid_input_tests.h.

#include <invalid_input_tests.h>

Public Member Functions

 InvalidParameterTestParams (SolverType solver_type, SolveParameters solve_parameters, std::vector< std::string > expected_error_substrings)

Public Attributes

SolverType solver_type
SolveParameters solve_parameters
std::vector< std::string > expected_error_substrings

Friends

std::ostream & operator<< (std::ostream &out, const InvalidParameterTestParams &params)

Constructor & Destructor Documentation

◆ InvalidParameterTestParams()

operations_research::math_opt::InvalidParameterTestParams::InvalidParameterTestParams ( SolverType solver_type,
SolveParameters solve_parameters,
std::vector< std::string > expected_error_substrings )

Definition at line 52 of file invalid_input_tests.cc.

◆ operator<<

std::ostream & operator<< ( std::ostream & out,
const InvalidParameterTestParams & params )
friend

Definition at line 59 of file invalid_input_tests.cc.

Member Data Documentation

◆ expected_error_substrings

std::vector<std::string> operations_research::math_opt::InvalidParameterTestParams::expected_error_substrings

Definition at line 67 of file invalid_input_tests.h.

◆ solve_parameters

SolveParameters operations_research::math_opt::InvalidParameterTestParams::solve_parameters

Definition at line 66 of file invalid_input_tests.h.

◆ solver_type

SolverType operations_research::math_opt::InvalidParameterTestParams::solver_type

Definition at line 65 of file invalid_input_tests.h.


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