Definition at line 21 of file LinearSolverTests.cs.
◆ LinearSolverTest()
Google.OrTools.Tests.LinearSolverTest.LinearSolverTest |
( |
ITestOutputHelper | output | ) |
|
|
inline |
◆ BinaryOperator()
void Google.OrTools.Tests.LinearSolverTest.BinaryOperator |
( |
| ) |
|
|
inline |
◆ Given_a_LinearExpr_and_a_solution_When_SolutionValue_is_called_then_the_result_is_correct()
void Google.OrTools.Tests.LinearSolverTest.Given_a_LinearExpr_and_a_solution_When_SolutionValue_is_called_then_the_result_is_correct |
( |
| ) |
|
|
inline |
◆ Inequalities()
void Google.OrTools.Tests.LinearSolverTest.Inequalities |
( |
| ) |
|
|
inline |
◆ Objective()
void Google.OrTools.Tests.LinearSolverTest.Objective |
( |
| ) |
|
|
inline |
◆ OptimizationProblemType()
void Google.OrTools.Tests.LinearSolverTest.OptimizationProblemType |
( |
| ) |
|
|
inline |
◆ SumArray()
void Google.OrTools.Tests.LinearSolverTest.SumArray |
( |
| ) |
|
|
inline |
◆ testSetHintAndSolverGetters()
void Google.OrTools.Tests.LinearSolverTest.testSetHintAndSolverGetters |
( |
| ) |
|
|
inline |
x and y are continuous non-negative variables.
Objectif function: Maximize x + 10 * y.
x + 7 * y <= 17.5.
x <= 3.5.
Definition at line 425 of file LinearSolverTests.cs.
◆ VarAddition()
void Google.OrTools.Tests.LinearSolverTest.VarAddition |
( |
| ) |
|
|
inline |
◆ VarMultiplication()
void Google.OrTools.Tests.LinearSolverTest.VarMultiplication |
( |
| ) |
|
|
inline |
◆ VarOperator()
void Google.OrTools.Tests.LinearSolverTest.VarOperator |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: