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

#include <invalid_input_tests.h>

Inheritance diagram for operations_research::math_opt::InvalidParameterTest:

Protected Member Functions

 InvalidParameterTest ()
 
absl::StatusOr< SolveResult > SimpleSolve (const SolveParameters &parameters=GetParam().solve_parameters)
 

Protected Attributes

Model model_
 
const Variable x_
 

Detailed Description

Definition at line 73 of file invalid_input_tests.h.

Constructor & Destructor Documentation

◆ InvalidParameterTest()

operations_research::math_opt::InvalidParameterTest::InvalidParameterTest ( )
protected

Definition at line 47 of file invalid_input_tests.cc.

Member Function Documentation

◆ SimpleSolve()

absl::StatusOr< SolveResult > operations_research::math_opt::InvalidParameterTest::SimpleSolve ( const SolveParameters & parameters = GetParam().solve_parameters)
inlineprotected

Definition at line 78 of file invalid_input_tests.h.

Member Data Documentation

◆ model_

Model operations_research::math_opt::InvalidParameterTest::model_
protected

Definition at line 83 of file invalid_input_tests.h.

◆ x_

const Variable operations_research::math_opt::InvalidParameterTest::x_
protected

Definition at line 84 of file invalid_input_tests.h.


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