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

#include <mip_tests.h>

Inheritance diagram for operations_research::math_opt::IncrementalMipTest:
operations_research::math_opt::BaseSolverTest

Protected Member Functions

 IncrementalMipTest ()
 
- Protected Member Functions inherited from operations_research::math_opt::BaseSolverTest
SolverType TestedSolver () const
 

Protected Attributes

Model model_
 
const Variable x_
 
const Variable y_
 
const LinearConstraint c_
 
std::unique_ptr< IncrementalSolversolver_
 

Detailed Description

Definition at line 54 of file mip_tests.h.

Constructor & Destructor Documentation

◆ IncrementalMipTest()

operations_research::math_opt::IncrementalMipTest::IncrementalMipTest ( )
protected

Member Data Documentation

◆ c_

const LinearConstraint operations_research::math_opt::IncrementalMipTest::c_
protected

Definition at line 61 of file mip_tests.h.

◆ model_

Model operations_research::math_opt::IncrementalMipTest::model_
protected

Definition at line 58 of file mip_tests.h.

◆ solver_

std::unique_ptr<IncrementalSolver> operations_research::math_opt::IncrementalMipTest::solver_
protected

Definition at line 62 of file mip_tests.h.

◆ x_

const Variable operations_research::math_opt::IncrementalMipTest::x_
protected

Definition at line 59 of file mip_tests.h.

◆ y_

const Variable operations_research::math_opt::IncrementalMipTest::y_
protected

Definition at line 60 of file mip_tests.h.


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