Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.Tests.ConstraintSolverTest Class Reference

Public Member Functions

void IntVectorToInt64Vector ()
 
void IntVarConstructor ()
 
void ConstraintConstructor ()
 
void IntExprConstructor ()
 
void GreaterIntExprConstructor ()
 
void ConstraintAndScalar ()
 
void ConstraintAndIntVar ()
 
void ConstraintAndIntExpr ()
 
void ConstraintAndConstraint ()
 
void IntExprAndScalar ()
 
void IntExprAndIntVar ()
 
void IntExprAndIntExpr ()
 
void GreaterIntExprAndScalar ()
 
void GreaterIntExprAndIntVar ()
 
void GreaterIntExprAndGreaterIntExpr ()
 
void Downcast ()
 
void Sequence ()
 
void Demon ()
 
void MinAndMaxConstraint ()
 
void FailingConstraint ()
 
void DomainIterator ()
 
void HoleIteratorTest ()
 
void SearchLog ()
 
void SearchLogWithCallback (bool callGC)
 
void SearchLogWithObjectiveAndCallback (bool callGC)
 
void SearchLogWithIntVarAndCallback (bool callGC)
 

Detailed Description

Definition at line 21 of file ConstraintSolverTests.cs.

Member Function Documentation

◆ ConstraintAndConstraint()

void Google.OrTools.Tests.ConstraintSolverTest.ConstraintAndConstraint ( )
inline

Relational operator with a Constraint

Definition at line 304 of file ConstraintSolverTests.cs.

◆ ConstraintAndIntExpr()

void Google.OrTools.Tests.ConstraintSolverTest.ConstraintAndIntExpr ( )
inline

Arithmetic operator with an IntExpr

Relational operator with an IntExpr

Definition at line 248 of file ConstraintSolverTests.cs.

◆ ConstraintAndIntVar()

void Google.OrTools.Tests.ConstraintSolverTest.ConstraintAndIntVar ( )
inline

Arithmetic operator with IntVar

Relational operator with an IntVar

Definition at line 184 of file ConstraintSolverTests.cs.

◆ ConstraintAndScalar()

void Google.OrTools.Tests.ConstraintSolverTest.ConstraintAndScalar ( )
inline

Arithmetic operator with a scalar

Relational operator with a scalar

Definition at line 121 of file ConstraintSolverTests.cs.

◆ ConstraintConstructor()

void Google.OrTools.Tests.ConstraintSolverTest.ConstraintConstructor ( )
inline

Unary operator

Relational operator with a scalar

Definition at line 50 of file ConstraintSolverTests.cs.

◆ Demon()

void Google.OrTools.Tests.ConstraintSolverTest.Demon ( )
inline

Definition at line 684 of file ConstraintSolverTests.cs.

◆ DomainIterator()

void Google.OrTools.Tests.ConstraintSolverTest.DomainIterator ( )
inline

Definition at line 787 of file ConstraintSolverTests.cs.

◆ Downcast()

void Google.OrTools.Tests.ConstraintSolverTest.Downcast ( )
inline

Definition at line 640 of file ConstraintSolverTests.cs.

◆ FailingConstraint()

void Google.OrTools.Tests.ConstraintSolverTest.FailingConstraint ( )
inline

Definition at line 772 of file ConstraintSolverTests.cs.

◆ GreaterIntExprAndGreaterIntExpr()

void Google.OrTools.Tests.ConstraintSolverTest.GreaterIntExprAndGreaterIntExpr ( )
inline

Relational operator between IntExpr

Definition at line 609 of file ConstraintSolverTests.cs.

◆ GreaterIntExprAndIntVar()

void Google.OrTools.Tests.ConstraintSolverTest.GreaterIntExprAndIntVar ( )
inline

Arithmetic operator with IntVar

Relational operator with an IntVar

Definition at line 548 of file ConstraintSolverTests.cs.

◆ GreaterIntExprAndScalar()

void Google.OrTools.Tests.ConstraintSolverTest.GreaterIntExprAndScalar ( )
inline

Arithmetic operator with a scalar

Relational operator with a scalar

Definition at line 491 of file ConstraintSolverTests.cs.

◆ GreaterIntExprConstructor()

void Google.OrTools.Tests.ConstraintSolverTest.GreaterIntExprConstructor ( )
inline

Unary Operator

Definition at line 103 of file ConstraintSolverTests.cs.

◆ HoleIteratorTest()

void Google.OrTools.Tests.ConstraintSolverTest.HoleIteratorTest ( )
inline

Definition at line 846 of file ConstraintSolverTests.cs.

◆ IntExprAndIntExpr()

void Google.OrTools.Tests.ConstraintSolverTest.IntExprAndIntExpr ( )
inline

Relational operator between IntExpr

Definition at line 460 of file ConstraintSolverTests.cs.

◆ IntExprAndIntVar()

void Google.OrTools.Tests.ConstraintSolverTest.IntExprAndIntVar ( )
inline

Arithmetic operator with IntVar

Relational operator with an IntVar

Definition at line 399 of file ConstraintSolverTests.cs.

◆ IntExprAndScalar()

void Google.OrTools.Tests.ConstraintSolverTest.IntExprAndScalar ( )
inline

Arithmetic operator with a scalar

Relational operator with a scalar

Definition at line 339 of file ConstraintSolverTests.cs.

◆ IntExprConstructor()

void Google.OrTools.Tests.ConstraintSolverTest.IntExprConstructor ( )
inline

Unary Operator

Definition at line 85 of file ConstraintSolverTests.cs.

◆ IntVarConstructor()

void Google.OrTools.Tests.ConstraintSolverTest.IntVarConstructor ( )
inline

Definition at line 35 of file ConstraintSolverTests.cs.

◆ IntVectorToInt64Vector()

void Google.OrTools.Tests.ConstraintSolverTest.IntVectorToInt64Vector ( )
inline

Definition at line 24 of file ConstraintSolverTests.cs.

◆ MinAndMaxConstraint()

void Google.OrTools.Tests.ConstraintSolverTest.MinAndMaxConstraint ( )
inline

Definition at line 719 of file ConstraintSolverTests.cs.

◆ SearchLog()

void Google.OrTools.Tests.ConstraintSolverTest.SearchLog ( )
inline

Definition at line 872 of file ConstraintSolverTests.cs.

◆ SearchLogWithCallback()

void Google.OrTools.Tests.ConstraintSolverTest.SearchLogWithCallback ( bool callGC)
inline

Definition at line 886 of file ConstraintSolverTests.cs.

◆ SearchLogWithIntVarAndCallback()

void Google.OrTools.Tests.ConstraintSolverTest.SearchLogWithIntVarAndCallback ( bool callGC)
inline

Definition at line 939 of file ConstraintSolverTests.cs.

◆ SearchLogWithObjectiveAndCallback()

void Google.OrTools.Tests.ConstraintSolverTest.SearchLogWithObjectiveAndCallback ( bool callGC)
inline

Definition at line 912 of file ConstraintSolverTests.cs.

◆ Sequence()

void Google.OrTools.Tests.ConstraintSolverTest.Sequence ( )
inline

Definition at line 651 of file ConstraintSolverTests.cs.


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