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

#include <lp_tests.h>

Inheritance diagram for operations_research::math_opt::IncrementalLpTest:
operations_research::math_opt::BaseSolverTest

Protected Member Functions

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

Protected Attributes

Model model_
 
const Variable zero_
 
const Variable x_1_
 
const Variable y_1_
 
const LinearConstraint c_1_
 
const Variable x_2_
 
const Variable y_2_
 
const LinearConstraint c_2_
 
const Variable x_3_
 
const Variable y_3_
 
const LinearConstraint c_3_
 
std::unique_ptr< IncrementalSolversolver_
 

Detailed Description

Definition at line 74 of file lp_tests.h.

Constructor & Destructor Documentation

◆ IncrementalLpTest()

operations_research::math_opt::IncrementalLpTest::IncrementalLpTest ( )
protected

Member Data Documentation

◆ c_1_

const LinearConstraint operations_research::math_opt::IncrementalLpTest::c_1_
protected

Definition at line 82 of file lp_tests.h.

◆ c_2_

const LinearConstraint operations_research::math_opt::IncrementalLpTest::c_2_
protected

Definition at line 85 of file lp_tests.h.

◆ c_3_

const LinearConstraint operations_research::math_opt::IncrementalLpTest::c_3_
protected

Definition at line 88 of file lp_tests.h.

◆ model_

Model operations_research::math_opt::IncrementalLpTest::model_
protected

Definition at line 78 of file lp_tests.h.

◆ solver_

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

Definition at line 90 of file lp_tests.h.

◆ x_1_

const Variable operations_research::math_opt::IncrementalLpTest::x_1_
protected

Definition at line 80 of file lp_tests.h.

◆ x_2_

const Variable operations_research::math_opt::IncrementalLpTest::x_2_
protected

Definition at line 83 of file lp_tests.h.

◆ x_3_

const Variable operations_research::math_opt::IncrementalLpTest::x_3_
protected

Definition at line 86 of file lp_tests.h.

◆ y_1_

const Variable operations_research::math_opt::IncrementalLpTest::y_1_
protected

Definition at line 81 of file lp_tests.h.

◆ y_2_

const Variable operations_research::math_opt::IncrementalLpTest::y_2_
protected

Definition at line 84 of file lp_tests.h.

◆ y_3_

const Variable operations_research::math_opt::IncrementalLpTest::y_3_
protected

Definition at line 87 of file lp_tests.h.

◆ zero_

const Variable operations_research::math_opt::IncrementalLpTest::zero_
protected

Definition at line 79 of file lp_tests.h.


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